Searched refs:ble_stack_gatt_write_no_response (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 386 #define ble_stack_gatt_write_no_response(conn_handle, attr_handle, data, len, offset) \ macro
|
/AliOS-Things-master/components/ble_host/ble_profiles/ |
A D | uart_client.c | 468 …ret = ble_stack_gatt_write_no_response(uart->conn_handle, uart->client_data.uart_profile.uart_hand… in uart_client_send()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | gatt.c | 433 err = ble_stack_gatt_write_no_response(g_bt_conn_handle, handle, in cmd_gatt_write_without_rsp() 1636 …ret = ble_stack_gatt_write_no_response(test3_svc.conn_handle, test3_svc.svc_rx_handle, data, len, … in gatt_write_no_response()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | gatt.c | 532 err = ble_stack_gatt_write_no_response(g_bt_conn_handle, handle, in cmd_gatt_write_without_rsp()
|
Completed in 11 milliseconds