Searched refs:write_without_response_callback (Results 1 – 3 of 3) sorted by relevance
200 btstack_packet_handler_t write_without_response_callback; member
1669 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()
1324 gatt_client->write_without_response_callback = handle_ble_client_event; in TEST()1328 gatt_client->write_without_response_callback = NULL; in TEST()