Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/l2cap/
H A Dl2c_ble.cc1415 tL2CAP_SEC_DATA* p_buf = NULL; in l2cble_sec_comp()
1428 p_buf = (tL2CAP_SEC_DATA*)fixed_queue_dequeue(p_lcb->le_sec_pending_q); in l2cble_sec_comp()
1464 p_buf = (tL2CAP_SEC_DATA*)fixed_queue_dequeue(p_lcb->le_sec_pending_q); in l2cble_sec_comp()
1506 tL2CAP_SEC_DATA* p_buf = in l2ble_sec_access_req()
1507 (tL2CAP_SEC_DATA*)osi_malloc((uint16_t)sizeof(tL2CAP_SEC_DATA)); in l2ble_sec_access_req()
H A Dl2c_int.h280 } tL2CAP_SEC_DATA; typedef
H A Dl2c_utils.cc216 tL2CAP_SEC_DATA* p_buf = in l2cu_release_lcb()
217 (tL2CAP_SEC_DATA*)fixed_queue_try_dequeue(p_lcb->le_sec_pending_q); in l2cu_release_lcb()