Home
last modified time | relevance | path

Searched refs:gatt_client_write_value_of_characteristic_without_response (Results 1 – 11 of 11) sorted by relevance

/btstack/test/gatt_client/
H A Dgatt_client_test.cpp1204 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 Dimmediate_alert_service_client.c230 gatt_client_write_value_of_characteristic_without_response( in ias_client_run_for_connection()
H A Dscan_parameters_service_client.c225 …att_status = gatt_client_write_value_of_characteristic_without_response(client->con_handle, client… in scan_parameters_service_send_next_query()
H A Dhids_client.c930 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 Dle_streamer_client.c166 …uint8_t status = gatt_client_write_value_of_characteristic_without_response(connection_handle, le_… in le_streamer_handle_can_write_without_response()
H A Dhog_boot_host_demo.c440gatt_client_write_value_of_characteristic_without_response(connection_handle, protocol_mode_charac… in handle_gatt_client_event()
/btstack/src/ble/
H A Dgatt_client.h823 uint8_t gatt_client_write_value_of_characteristic_without_response(hci_con_handle_t con_handle, uin…
H A Dgatt_client.c2875 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 Dmigration.cocci487 gatt_client_write_value_of_characteristic_without_response(
/btstack/port/arduino/
H A DBTstack.cpp662 …return gatt_client_write_value_of_characteristic_without_response(device->getHandle(), characteris… in writeCharacteristicWithoutResponse()
/btstack/platform/daemon/src/
H A Ddaemon.c1247gatt_client_write_value_of_characteristic_without_response(gatt_helper->con_handle, characteristic… in btstack_command_handler()