/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/ble/profile/client/ |
A D | gcs_client.c | 94 T_GAP_CAUSE gcs_all_char_discovery(uint8_t conn_id, uint16_t start_handle, uint16_t end_handle) in gcs_all_char_discovery() 111 uint16_t end_handle, uint16_t uuid16) in gcs_by_uuid_char_discovery() 128 uint16_t end_handle, uint8_t *p_uuid128) in gcs_by_uuid128_char_discovery() 145 uint16_t end_handle) in gcs_all_char_descriptor_discovery() 174 uint16_t end_handle, uint16_t uuid16) in gcs_attr_read_using_uuid16() 187 uint16_t end_handle, uint8_t *p_uuid128) in gcs_attr_read_using_uuid128()
|
A D | simple_ble_client.c | 132 uint16_t end_handle; in simp_ble_client_read_by_uuid() local 327 uint16_t end_handle; in simp_ble_client_start_char_discovery() local 343 uint16_t end_handle; in simp_ble_client_start_char_descriptor_discovery() local
|
A D | bas_client.c | 282 uint16_t end_handle; in bas_start_char_discovery() local 298 uint16_t end_handle; in bas_start_char_descriptor_discovery() local
|
A D | gaps_client.c | 268 uint16_t end_handle; in gaps_client_start_gap_char_discovery() local
|
A D | ancs_client.c | 84 uint16_t end_handle; in ancs_start_char_discovery() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_central/ |
A D | user_cmd.c | 583 uint16_t end_handle = p_parse_value->dw_param[2]; in cmd_chardis() local 613 uint16_t end_handle = p_parse_value->dw_param[2]; in cmd_charuuid() local 663 uint16_t end_handle = p_parse_value->dw_param[2]; in cmd_charddis() local 723 uint16_t end_handle = p_parse_value->dw_param[2]; in cmd_readu() local
|
A D | ble_central_at_cmd.c | 207 u16 end_handle; in ble_central_at_cmd_get() local 426 u16 end_handle; in ble_central_at_cmd_read() local
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 357 #define ble_stack_gatt_discovery_primary(conn_handle, uuid, start_handle, end_handle) \ argument 360 #define ble_stack_gatt_discovery_include(conn_handle, uuid, start_handle, end_handle) \ argument 363 #define ble_stack_gatt_discovery_char_all(conn_handle, start_handle, end_handle) \ argument 366 #define ble_stack_gatt_discovery_char(conn_handle, uuid, start_handle, end_handle) \ argument 369 #define ble_stack_gatt_discovery_descriptor(conn_handle, uuid,start_handle, end_handle) \ argument 372 #define ble_stack_gatt_discovery_descriptor_all(conn_handle, start_handle, end_handle) \ argument
|
A D | ble.h | 287 uint16_t end_handle; member 300 uint16_t end_handle; member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | att_internal.h | 44 u16_t end_handle; member 72 u16_t end_handle; member 79 u16_t end_handle; member 92 u16_t end_handle; member 151 u16_t end_handle; member 157 u16_t end_handle; member
|
A D | att.c | 658 u16_t end_handle) in att_find_info_rsp() 689 u16_t start_handle, end_handle, err_handle; in att_find_info_req() local 812 u16_t end_handle, const void *value, in att_find_type_rsp() 852 u16_t start_handle, end_handle, err_handle, type; in att_find_type_req() local 1044 u16_t start_handle, u16_t end_handle) in att_read_type_rsp() 1083 u16_t start_handle, end_handle, err_handle; in att_read_type_req() local 1446 u16_t start_handle, u16_t end_handle) in att_read_group_rsp() 1483 u16_t start_handle, end_handle, err_handle; in att_read_group_req() local
|
A D | gatt.c | 1207 u16_t end_handle; member 1334 u16_t start_handle, u16_t end_handle, in gatt_foreach_iter() 1372 static void foreach_attr_type_dyndb(u16_t start_handle, u16_t end_handle, in foreach_attr_type_dyndb() 1409 void bt_gatt_foreach_attr_type(u16_t start_handle, u16_t end_handle, in bt_gatt_foreach_attr_type() 2698 u16_t end_handle = 0U, start_handle; in gatt_find_type_rsp() local 3093 u16_t start_handle, end_handle = 0U; in parse_service() local
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | gatt.h | 176 u16_t end_handle; member 186 u16_t end_handle; member 376 static inline void bt_gatt_foreach_attr(u16_t start_handle, u16_t end_handle, in bt_gatt_foreach_attr() 1103 u16_t end_handle; member 1109 u16_t end_handle; member 1186 u16_t end_handle; member
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.c | 789 mp_int_t end_handle = mp_obj_get_int(args[3]); in bluetooth_ble_gattc_discover_characteristics() local 805 mp_int_t end_handle = mp_obj_get_int(args[3]); in bluetooth_ble_gattc_discover_descriptors() local 1282 …rimary_service_result(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle, mp_obj_blu… in mp_bluetooth_gattc_on_primary_service_result() 1488 …rimary_service_result(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle, mp_obj_blu… in mp_bluetooth_gattc_on_primary_service_result()
|
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 1316 …cover_characteristics(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle, const mp_o… in mp_bluetooth_gattc_discover_characteristics() 1348 …ooth_gattc_discover_descriptors(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle) { in mp_bluetooth_gattc_discover_descriptors()
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 1310 …cover_characteristics(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle, const mp_o… in mp_bluetooth_gattc_discover_characteristics() 1339 …ooth_gattc_discover_descriptors(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle) { in mp_bluetooth_gattc_discover_descriptors()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | gatt.c | 205 uint16_t end_handle = 0xffff; in cmd_gatt_discover() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/ref_impl/ |
A D | mesh_hal_ble.c | 167 u16_t end_handle; /* Service attribute end handle */ member
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 994 uint16_t end_handle) in ble_stack_gatt_discovery()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | gatt.c | 182 uint16_t end_handle = 0xffff; in cmd_gatt_discover() local
|