Searched refs:gatt_client_write_value_of_characteristic_without_response (Results 1 – 11 of 11) sorted by relevance
/btstack/test/gatt_client/ |
H A D | gatt_client_test.cpp | 1204 TEST(GATTClient, gatt_client_write_value_of_characteristic_without_response){ in TEST() argument 1219 …status = gatt_client_write_value_of_characteristic_without_response(HCI_CON_HANDLE_INVALID, charac… in TEST() 1224 …status = gatt_client_write_value_of_characteristic_without_response(gatt_client_handle, characteri… in TEST() 1228 …status = gatt_client_write_value_of_characteristic_without_response(gatt_client_handle, characteri… in TEST() 1233 …status = gatt_client_write_value_of_characteristic_without_response(gatt_client_handle, characteri… in TEST()
|
/btstack/src/ble/gatt-service/ |
H A D | immediate_alert_service_client.c | 230 gatt_client_write_value_of_characteristic_without_response( in ias_client_run_for_connection()
|
H A D | scan_parameters_service_client.c | 225 …att_status = gatt_client_write_value_of_characteristic_without_response(client->con_handle, client… in scan_parameters_service_send_next_query()
|
H A D | hids_client.c | 930 att_status = gatt_client_write_value_of_characteristic_without_response( in hids_client_handle_can_write_without_reponse() 969 …(void) gatt_client_write_value_of_characteristic_without_response(client->con_handle, client->hand… in hids_client_handle_can_write_without_reponse()
|
/btstack/example/ |
H A D | le_streamer_client.c | 166 …uint8_t status = gatt_client_write_value_of_characteristic_without_response(connection_handle, le_… in le_streamer_handle_can_write_without_response()
|
H A D | hog_boot_host_demo.c | 440 …gatt_client_write_value_of_characteristic_without_response(connection_handle, protocol_mode_charac… in handle_gatt_client_event()
|
/btstack/src/ble/ |
H A D | gatt_client.h | 823 uint8_t gatt_client_write_value_of_characteristic_without_response(hci_con_handle_t con_handle, uin…
|
H A D | gatt_client.c | 2875 uint8_t gatt_client_write_value_of_characteristic_without_response(hci_con_handle_t con_handle, uin… in gatt_client_write_value_of_characteristic_without_response() function
|
/btstack/tool/migration_to_v1.0/ |
H A D | migration.cocci | 487 gatt_client_write_value_of_characteristic_without_response(
|
/btstack/port/arduino/ |
H A D | BTstack.cpp | 662 …return gatt_client_write_value_of_characteristic_without_response(device->getHandle(), characteris… in writeCharacteristicWithoutResponse()
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 1247 …gatt_client_write_value_of_characteristic_without_response(gatt_helper->con_handle, characteristic… in btstack_command_handler()
|