Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc99 static void gap_tx_complete_ind(uint16_t l2cap_cid, uint16_t sdu_sent);
570 void gap_tx_complete_ind(uint16_t l2cap_cid, uint16_t sdu_sent) { in gap_tx_complete_ind() argument
574 if ((p_ccb->con_state == GAP_CCB_STATE_CONNECTED) && (sdu_sent == 0xFFFF)) { in gap_tx_complete_ind()