mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 09:35:42 +00:00
check att_write_callback != null before calling it
This commit is contained in:
parent
b9169cb80a
commit
760b5fafed
@ -926,6 +926,7 @@ static uint16_t handle_prepare_write_request(att_connection_t * att_connection,
|
|||||||
* @brief transcation queue of prepared writes, e.g., after disconnect
|
* @brief transcation queue of prepared writes, e.g., after disconnect
|
||||||
*/
|
*/
|
||||||
void att_clear_transaction_queue(){
|
void att_clear_transaction_queue(){
|
||||||
|
if (!att_clear_transaction_queue) return;
|
||||||
(*att_write_callback)(0, ATT_TRANSACTION_MODE_CANCEL, 0, NULL, 0, NULL);
|
(*att_write_callback)(0, ATT_TRANSACTION_MODE_CANCEL, 0, NULL, 0, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user