Home
last modified time | relevance | path

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

/btstack/src/le-audio/gatt-service/
H A Dbroadcast_audio_scan_service_client.c441 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 Dfuzz_gatt_client.c225gatt_client_write_value_of_characteristic(gatt_client_packet_handler, ble_handle, 5, 0, NULL); in LLVMFuzzerTestOneInput()
/btstack/src/ble/gatt-service/
H A Dancs_client.c212gatt_client_write_value_of_characteristic(ancs_client_handle_gatt_client_event, gc_handle, ancs_co… in ancs_client_handle_notification()
H A Dhids_client.c867 att_status = gatt_client_write_value_of_characteristic( in hids_run_for_client()
/btstack/test/gatt_client/
H A Dgatt_client_test.cpp919 …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 Dgatt_client.h858 uint8_t gatt_client_write_value_of_characteristic(btstack_packet_handler_t callback, hci_con_handle…
H A Dgatt_client.c2905 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 Dmigration.cocci505 gatt_client_write_value_of_characteristic(
/btstack/port/arduino/
H A DBTstack.cpp658 …return gatt_client_write_value_of_characteristic(gatt_client_callback, device->getHandle(), charac… in writeCharacteristic()
/btstack/test/mock/
H A Dmock_gatt_client.c461 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 Ddaemon.c1256gatt_client_write_value_of_characteristic(&handle_gatt_client_event, gatt_helper->con_handle, char… in btstack_command_handler()