Searched refs:gatt_client_write_value_of_characteristic (Results 1 – 11 of 11) sorted by relevance
/btstack/src/le-audio/gatt-service/ |
H A D | broadcast_audio_scan_service_client.c | 441 status = gatt_client_write_value_of_characteristic( in bass_client_run_for_connection() 456 status = gatt_client_write_value_of_characteristic( in bass_client_run_for_connection() 497 status = gatt_client_write_value_of_characteristic( in bass_client_run_for_connection() 513 status = gatt_client_write_value_of_characteristic( in bass_client_run_for_connection()
|
/btstack/test/fuzz/ |
H A D | fuzz_gatt_client.c | 225 … gatt_client_write_value_of_characteristic(gatt_client_packet_handler, ble_handle, 5, 0, NULL); in LLVMFuzzerTestOneInput()
|
/btstack/src/ble/gatt-service/ |
H A D | ancs_client.c | 212 …gatt_client_write_value_of_characteristic(ancs_client_handle_gatt_client_event, gc_handle, ancs_co… in ancs_client_handle_notification()
|
H A D | hids_client.c | 867 att_status = gatt_client_write_value_of_characteristic( in hids_run_for_client()
|
/btstack/test/gatt_client/ |
H A D | gatt_client_test.cpp | 919 …status = gatt_client_write_value_of_characteristic(handle_ble_client_event, HCI_CON_HANDLE_INVALID… in TEST() 923 …status = gatt_client_write_value_of_characteristic(handle_ble_client_event, gatt_client_handle, ch… in TEST() 928 …status = gatt_client_write_value_of_characteristic(handle_ble_client_event, gatt_client_handle, ch… in TEST()
|
/btstack/src/ble/ |
H A D | gatt_client.h | 858 uint8_t gatt_client_write_value_of_characteristic(btstack_packet_handler_t callback, hci_con_handle…
|
H A D | gatt_client.c | 2905 uint8_t gatt_client_write_value_of_characteristic(btstack_packet_handler_t callback, hci_con_handle… in gatt_client_write_value_of_characteristic() function 3822 …status = gatt_client_write_value_of_characteristic(&gatt_client_le_enhanced_packet_handler, gatt_c… in gatt_client_le_enhanced_handle_can_send_query()
|
/btstack/tool/migration_to_v1.0/ |
H A D | migration.cocci | 505 gatt_client_write_value_of_characteristic(
|
/btstack/port/arduino/ |
H A D | BTstack.cpp | 658 …return gatt_client_write_value_of_characteristic(gatt_client_callback, device->getHandle(), charac… in writeCharacteristic()
|
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 461 uint8_t gatt_client_write_value_of_characteristic(btstack_packet_handler_t callback, hci_con_handle… in gatt_client_write_value_of_characteristic() function
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 1256 …gatt_client_write_value_of_characteristic(&handle_gatt_client_event, gatt_helper->con_handle, char… in btstack_command_handler()
|