Home
last modified time | relevance | path

Searched refs:ble_stack_gatt_write_response (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dgatt.c441 err = ble_stack_gatt_write_response(-1, handle, gatt_write_buf, len, offset); in cmd_gatt_write()
444 err = ble_stack_gatt_write_response(g_bt_conn_handle, handle, NULL, len, offset); in cmd_gatt_write()
447 … err = ble_stack_gatt_write_response(g_bt_conn_handle, handle, gatt_write_buf, 0, offset); in cmd_gatt_write()
474 err = ble_stack_gatt_write_response(g_bt_conn_handle, handle, gatt_write_buf, len, offset); in cmd_gatt_write()
578 err = ble_stack_gatt_write_response(g_bt_conn_handle, ccc_handle, &value, sizeof(value), 0); in cmd_gatt_subscribe()
606 err = ble_stack_gatt_write_response(g_bt_conn_handle, ccc_handle, &value, sizeof(value), 0); in cmd_gatt_unsubscribe()
/AliOS-Things-master/components/ble_host/ble_profiles/
A Duart_client.c102 …int ret = ble_stack_gatt_write_response(e->conn_handle, node->client_data.uart_profile.uart_ccc_ha… in mtu_exchange()
330 …ret = ble_stack_gatt_write_response(e->conn_handle, uart->client_data.uart_profile.uart_ccc_handle… in service_discovery()
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h383 #define ble_stack_gatt_write_response(conn_handle, attr_handle, data, len, offset) \ macro
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dgatt.c373 err = ble_stack_gatt_write_response(g_bt_conn_handle, handle, gatt_write_buf, len, offset); in cmd_gatt_write()
479 err = ble_stack_gatt_write_response(g_bt_conn_handle, ccc_handle, &value, sizeof(value), 0); in cmd_gatt_subscribe()
507 err = ble_stack_gatt_write_response(g_bt_conn_handle, ccc_handle, &value, sizeof(value), 0); in cmd_gatt_unsubscribe()
1621 … ret = ble_stack_gatt_write_response(test3_svc.conn_handle, test3_svc.svc_rx_handle, data, len, 0); in gatt_write()

Completed in 11 milliseconds