Searched refs:GATT_FIND_PRIMARY_SERVICE (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 323 GATT_FIND_PRIMARY_SERVICE, enumerator 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)
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | gatt.c | 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() 285 type = GATT_FIND_PRIMARY_SERVICE; in cmd_gatt_discover()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | gatt.c | 229 type = GATT_FIND_PRIMARY_SERVICE; in cmd_gatt_discover()
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 1024 if (type == GATT_FIND_PRIMARY_SERVICE) { in ble_stack_gatt_discovery()
|
Completed in 12 milliseconds