Searched defs:value_handle (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 151 uint16_t value_handle; member 270 … uint16_t value_handle = att_event_handle_value_indication_complete_get_attribute_handle(packet); in btstack_packet_handler_att_server() local 464 … uint16_t value_handle = gatt_event_characteristic_value_query_result_get_value_handle(packet); in btstack_packet_handler() local 471 uint16_t value_handle = gatt_event_notification_get_value_handle(packet); in btstack_packet_handler() local 478 uint16_t value_handle = gatt_event_indication_get_value_handle(packet); in btstack_packet_handler() local 1080 int mp_bluetooth_gatts_read(uint16_t value_handle, uint8_t **value, size_t *value_len) { in mp_bluetooth_gatts_read() 1088 int mp_bluetooth_gatts_write(uint16_t value_handle, const uint8_t *value, size_t value_len, bool se… in mp_bluetooth_gatts_write() 1099 int mp_bluetooth_gatts_notify(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_notify() 1143 int mp_bluetooth_gatts_indicate(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_indicate() 1180 int mp_bluetooth_gatts_set_buffer(uint16_t value_handle, size_t len, bool append) { in mp_bluetooth_gatts_set_buffer() [all …]
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.c | 734 mp_int_t value_handle = mp_obj_get_int(args[2]); in bluetooth_ble_gatts_notify() local 752 mp_int_t value_handle = mp_obj_get_int(value_handle_in); in bluetooth_ble_gatts_indicate() local 760 mp_int_t value_handle = mp_obj_get_int(args[1]); in bluetooth_ble_gatts_set_buffer() local 813 mp_int_t value_handle = mp_obj_get_int(value_handle_in); in bluetooth_ble_gattc_read() local 820 mp_int_t value_handle = mp_obj_get_int(args[2]); in bluetooth_ble_gattc_write() local 1215 void mp_bluetooth_gatts_on_write(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_on_write() 1220 void mp_bluetooth_gatts_on_indicate_complete(uint16_t conn_handle, uint16_t value_handle, uint8_t s… in mp_bluetooth_gatts_on_indicate_complete() 1225 mp_int_t mp_bluetooth_gatts_on_read_request(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_on_read_request() 1416 void mp_bluetooth_gatts_on_write(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_on_write() 1426 void mp_bluetooth_gatts_on_indicate_complete(uint16_t conn_handle, uint16_t value_handle, uint8_t s… in mp_bluetooth_gatts_on_indicate_complete() [all …]
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 839 static int characteristic_access_cb(uint16_t conn_handle, uint16_t value_handle, struct ble_gatt_ac… in characteristic_access_cb() 1005 int mp_bluetooth_gatts_read(uint16_t value_handle, uint8_t **value, size_t *value_len) { in mp_bluetooth_gatts_read() 1012 int mp_bluetooth_gatts_write(uint16_t value_handle, const uint8_t *value, size_t value_len, bool se… in mp_bluetooth_gatts_write() 1025 int mp_bluetooth_gatts_notify(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_notify() 1034 int mp_bluetooth_gatts_notify_send(uint16_t conn_handle, uint16_t value_handle, const uint8_t *valu… in mp_bluetooth_gatts_notify_send() 1045 int mp_bluetooth_gatts_indicate(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_indicate() 1054 int mp_bluetooth_gatts_set_buffer(uint16_t value_handle, size_t len, bool append) { in mp_bluetooth_gatts_set_buffer() 1249 STATIC void gattc_on_data_available(uint8_t event, uint16_t conn_handle, uint16_t value_handle, con… in gattc_on_data_available() 1361 int mp_bluetooth_gattc_read(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gattc_read() 1380 int mp_bluetooth_gattc_write(uint16_t conn_handle, uint16_t value_handle, const uint8_t *value, siz… in mp_bluetooth_gattc_write()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/profile/ |
A D | profile_client.h | 130 uint16_t value_handle; /**< Characteristic Value Handle */ member 139 uint16_t value_handle; /**< Characteristic Value Handle */ member
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | gatt.h | 248 u16_t value_handle; member 1364 u16_t value_handle; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 164 uint16_t value_handle; member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | gatt.c | 1277 u16_t value_handle; member
|
Completed in 55 milliseconds