Home
last modified time | relevance | path

Searched refs:write_without_response_callback (Results 1 – 3 of 3) sorted by relevance

/btstack/src/ble/
H A Dgatt_client.h200 btstack_packet_handler_t write_without_response_callback; member
H A Dgatt_client.c1669 if (gatt_client->write_without_response_callback != NULL){ in gatt_client_run_for_gatt_client()
1670 btstack_packet_handler_t packet_handler = gatt_client->write_without_response_callback; in gatt_client_run_for_gatt_client()
1671 gatt_client->write_without_response_callback = NULL; in gatt_client_run_for_gatt_client()
3234 if (gatt_client->write_without_response_callback != NULL){ in gatt_client_request_can_write_without_response_event()
3237 gatt_client->write_without_response_callback = callback; in gatt_client_request_can_write_without_response_event()
/btstack/test/gatt_client/
H A Dgatt_client_test.cpp1324 gatt_client->write_without_response_callback = handle_ble_client_event; in TEST()
1328 gatt_client->write_without_response_callback = NULL; in TEST()