Home
last modified time | relevance | path

Searched refs:gatt_client_write_long_value_of_characteristic (Results 1 – 7 of 7) sorted by relevance

/btstack/test/fuzz/
H A Dfuzz_gatt_client.c229gatt_client_write_long_value_of_characteristic(gatt_client_packet_handler, ble_handle, 5, 0, NULL); in LLVMFuzzerTestOneInput()
/btstack/src/le-audio/gatt-service/
H A Dbroadcast_audio_scan_service_client.c471 …status = gatt_client_write_long_value_of_characteristic(&bass_client_handle_gatt_client_event, con… in bass_client_run_for_connection()
484 …status = gatt_client_write_long_value_of_characteristic(&bass_client_handle_gatt_client_event, con… in bass_client_run_for_connection()
/btstack/src/ble/
H A Dgatt_client.h894 uint8_t gatt_client_write_long_value_of_characteristic(btstack_packet_handler_t callback, hci_con_h…
H A Dgatt_client.c2938 uint8_t gatt_client_write_long_value_of_characteristic(btstack_packet_handler_t callback, hci_con_h… in gatt_client_write_long_value_of_characteristic() function
/btstack/tool/migration_to_v1.0/
H A Dmigration.cocci514 gatt_client_write_long_value_of_characteristic(
/btstack/platform/daemon/src/
H A Ddaemon.c1265gatt_client_write_long_value_of_characteristic(&handle_gatt_client_event, gatt_helper->con_handle,… in btstack_command_handler()
1274gatt_client_write_long_value_of_characteristic(&handle_gatt_client_event, gatt_helper->con_handle,… in btstack_command_handler()
/btstack/test/gatt_client/
H A Dgatt_client_test.cpp1056 …status = gatt_client_write_long_value_of_characteristic(handle_ble_client_event, gatt_client_handl… in TEST()