Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc90 if (hd_cb.pending_data) { in hidd_check_config_done()
91 if (L2CA_DataWrite(p_hcon->intr_cid, hd_cb.pending_data) != in hidd_check_config_done()
94 hd_cb.pending_data->len); in hidd_check_config_done()
96 hd_cb.pending_data = NULL; in hidd_check_config_done()
345 if (hd_cb.pending_data) { in hidd_l2cif_disconnect_ind()
346 osi_free(hd_cb.pending_data); in hidd_l2cif_disconnect_ind()
347 hd_cb.pending_data = NULL; in hidd_l2cif_disconnect_ind()
691 if (hd_cb.pending_data) { in hidd_conn_disconnect()
692 osi_free(hd_cb.pending_data); in hidd_conn_disconnect()
693 hd_cb.pending_data = NULL; in hidd_conn_disconnect()
[all …]
Dhidd_api.cc102 if (hd_cb.pending_data) { in HID_DevRegister()
103 osi_free(hd_cb.pending_data); in HID_DevRegister()
104 hd_cb.pending_data = NULL; in HID_DevRegister()
Dhidd_int.h66 BT_HDR* pending_data; member