/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() 110 T_GAP_CAUSE gcs_by_uuid_char_discovery(uint8_t conn_id, uint16_t start_handle, in gcs_by_uuid_char_discovery() 127 T_GAP_CAUSE gcs_by_uuid128_char_discovery(uint8_t conn_id, uint16_t start_handle, in gcs_by_uuid128_char_discovery() 144 T_GAP_CAUSE gcs_all_char_descriptor_discovery(uint8_t conn_id, uint16_t start_handle, in gcs_all_char_descriptor_discovery() 173 T_GAP_CAUSE gcs_attr_read_using_uuid16(uint8_t conn_id, uint16_t start_handle, in gcs_attr_read_using_uuid16() 186 T_GAP_CAUSE gcs_attr_read_using_uuid128(uint8_t conn_id, uint16_t start_handle, in gcs_attr_read_using_uuid128()
|
A D | simple_ble_client.c | 131 uint16_t start_handle; in simp_ble_client_read_by_uuid() local 326 uint16_t start_handle; in simp_ble_client_start_char_discovery() local 342 uint16_t start_handle; in simp_ble_client_start_char_descriptor_discovery() local
|
A D | bas_client.c | 281 uint16_t start_handle; in bas_start_char_discovery() local 297 uint16_t start_handle; in bas_start_char_descriptor_discovery() local
|
A D | gaps_client.c | 267 uint16_t start_handle; in gaps_client_start_gap_char_discovery() local
|
A D | ancs_client.c | 83 uint16_t start_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 | 582 uint16_t start_handle = p_parse_value->dw_param[1]; in cmd_chardis() local 612 uint16_t start_handle = p_parse_value->dw_param[1]; in cmd_charuuid() local 662 uint16_t start_handle = p_parse_value->dw_param[1]; in cmd_charddis() local 722 uint16_t start_handle = p_parse_value->dw_param[1]; in cmd_readu() local
|
A D | ble_central_at_cmd.c | 206 u16 start_handle; in ble_central_at_cmd_get() local 425 u16 start_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 | 286 uint16_t start_handle; member 299 uint16_t start_handle; member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | att_internal.h | 43 u16_t start_handle; member 71 u16_t start_handle; member 78 u16_t start_handle; member 91 u16_t start_handle; member 150 u16_t start_handle; member 156 u16_t start_handle; member
|
A D | att.c | 657 static u8_t att_find_info_rsp(struct bt_att_chan *chan, u16_t start_handle, in att_find_info_rsp() 689 u16_t start_handle, end_handle, err_handle; in att_find_info_req() local 811 static u8_t att_find_type_rsp(struct bt_att_chan *chan, u16_t start_handle, 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 | 1206 u16_t start_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 | 184 u16_t start_handle; member 376 static inline void bt_gatt_foreach_attr(u16_t start_handle, u16_t end_handle, in bt_gatt_foreach_attr() 1101 u16_t start_handle; member 1106 u16_t start_handle; member 1185 u16_t start_handle; member
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.c | 788 mp_int_t start_handle = mp_obj_get_int(args[2]); in bluetooth_ble_gattc_discover_characteristics() local 804 mp_int_t start_handle = mp_obj_get_int(args[2]); in bluetooth_ble_gattc_discover_descriptors() local 1282 void mp_bluetooth_gattc_on_primary_service_result(uint16_t conn_handle, uint16_t start_handle, uint… in mp_bluetooth_gattc_on_primary_service_result() 1488 void mp_bluetooth_gattc_on_primary_service_result(uint16_t conn_handle, uint16_t start_handle, uint… in mp_bluetooth_gattc_on_primary_service_result()
|
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 1316 int mp_bluetooth_gattc_discover_characteristics(uint16_t conn_handle, uint16_t start_handle, uint16… in mp_bluetooth_gattc_discover_characteristics() 1348 int mp_bluetooth_gattc_discover_descriptors(uint16_t conn_handle, uint16_t start_handle, uint16_t e… in mp_bluetooth_gattc_discover_descriptors()
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 1310 int mp_bluetooth_gattc_discover_characteristics(uint16_t conn_handle, uint16_t start_handle, uint16… in mp_bluetooth_gattc_discover_characteristics() 1339 int mp_bluetooth_gattc_discover_descriptors(uint16_t conn_handle, uint16_t start_handle, uint16_t e… in mp_bluetooth_gattc_discover_descriptors()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | gatt.c | 204 uint16_t start_handle = 0x0001; in cmd_gatt_discover() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/ref_impl/ |
A D | mesh_hal_ble.c | 166 u16_t start_handle; /* Service attribute start handle */ member
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 993 uint16_t start_handle, in ble_stack_gatt_discovery()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | gatt.c | 181 uint16_t start_handle = 0x0001; in cmd_gatt_discover() local
|