Home
last modified time | relevance | path

Searched defs:start_handle (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/ble/profile/client/
A Dgcs_client.c94 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 Dsimple_ble_client.c131 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 Dbas_client.c281 uint16_t start_handle; in bas_start_char_discovery() local
297 uint16_t start_handle; in bas_start_char_descriptor_discovery() local
A Dgaps_client.c267 uint16_t start_handle; in gaps_client_start_gap_char_discovery() local
A Dancs_client.c83 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 Duser_cmd.c582 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 Dble_central_at_cmd.c206 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 Dgatt.h357 #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 Dble.h286 uint16_t start_handle; member
299 uint16_t start_handle; member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Datt_internal.h43 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 Datt.c657 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 Dgatt.c1206 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 Dgatt.h184 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 Dmodbluetooth.c788 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 Dmodbluetooth_btstack.c1316 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 Dmodbluetooth_nimble.c1310 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 Dgatt.c204 uint16_t start_handle = 0x0001; in cmd_gatt_discover() local
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/ref_impl/
A Dmesh_hal_ble.c166 u16_t start_handle; /* Service attribute start handle */ member
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c993 uint16_t start_handle, in ble_stack_gatt_discovery()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dgatt.c181 uint16_t start_handle = 0x0001; in cmd_gatt_discover() local

Completed in 65 milliseconds