Searched refs:ble_stack_gatt_discovery (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 353 int ble_stack_gatt_discovery(int16_t conn_handle, gatt_discovery_type_en type, uuid_t *uuid, uint16… 355 ble_stack_gatt_discovery(conn_handle, GATT_FIND_PRIMARY_SERVICE, 0, 0x0001, 0xffff) 358 ble_stack_gatt_discovery(conn_handle, GATT_FIND_PRIMARY_SERVICE, uuid, start_handle, end_handle) 361 ble_stack_gatt_discovery(conn_handle, GATT_FIND_INC_SERVICE, uuid, start_handle, end_handle) 364 ble_stack_gatt_discovery(conn_handle, GATT_FIND_CHAR, 0, start_handle, end_handle) 367 ble_stack_gatt_discovery(conn_handle, GATT_FIND_CHAR, uuid, start_handle, end_handle) 370 ble_stack_gatt_discovery(conn_handle, GATT_FIND_CHAR_DESCRIPTOR, uuid, start_handle, end_handle) 373 ble_stack_gatt_discovery(conn_handle, GATT_FIND_CHAR_DESCRIPTOR, 0, start_handle, end_handle)
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | gatt.c | 213 ret = ble_stack_gatt_discovery(-1, 0, 2800, 1, 10); in cmd_gatt_discover() 216 ret = ble_stack_gatt_discovery(g_bt_conn_handle, -1, 2800, 1, 10); in cmd_gatt_discover() 219 ret = ble_stack_gatt_discovery(g_bt_conn_handle, 4, 2800, 1, 10); in cmd_gatt_discover() 223 ret = ble_stack_gatt_discovery(g_bt_conn_handle, GATT_FIND_PRIMARY_SERVICE, 2800, 1, 10); in cmd_gatt_discover() 226 ret = ble_stack_gatt_discovery(g_bt_conn_handle, GATT_FIND_PRIMARY_SERVICE, 2800, 1, 10); in cmd_gatt_discover() 288 …err = ble_stack_gatt_discovery(g_bt_conn_handle, type, (uuid.uuid.type == 0 && uuid.val == 0) ? NU… in cmd_gatt_discover()
|
/AliOS-Things-master/components/ble_host/ |
A D | README.md | 88 | ble_stack_gatt_discovery | GATT client,发现对端GATT服务 | 278 ### ble_stack_gatt_discovery subsection 283 int ble_stack_gatt_discovery(int16_t conn_handle,
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | gatt.c | 232 …err = ble_stack_gatt_discovery(g_bt_conn_handle, type, (uuid.uuid16.uuid.type == 0 && uuid.uuid16.… in cmd_gatt_discover()
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 990 int ble_stack_gatt_discovery(int16_t conn_handle, in ble_stack_gatt_discovery() function
|
Completed in 13 milliseconds