Home
last modified time | relevance | path

Searched refs:ble_stack_gatt_indicate (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ble_host/
A DREADME.md86 | ble_stack_gatt_indicate | GATT server,属性indicate方式上报 |
247 ### ble_stack_gatt_indicate subsection
250 int ble_stack_gatt_indicate(int16_t conn_handle, int16_t char_handle, const uint8_t *data, uint16_t…
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h348 int ble_stack_gatt_indicate(int16_t conn_handle, int16_t char_handle, const uint8_t *data, uint16_t…
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dgatt.c943 ble_stack_gatt_indicate(g_bt_conn_handle, g_notify_data.notify_handle, data, 2); in notify_action()
1333 …ret = ble_stack_gatt_indicate(test3_svc.conn_handle, test3_svc.svc_handle + TEST3_IDX_TX_VAL, test… in event3_char_write()
1574 …ret = ble_stack_gatt_indicate(test3_svc.conn_handle, test3_svc.svc_handle + TEST3_IDX_TX_VAL, data… in gatt_indicate()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dgatt.c966 ble_stack_gatt_indicate(g_bt_conn_handle, g_notify_data.notify_handle, data, 2); in notify_action()
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c835 int ble_stack_gatt_indicate(int16_t conn_handle, int16_t char_handle, const uint8_t *data, uint16_t… in ble_stack_gatt_indicate() function

Completed in 14 milliseconds