Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gap_conn.cc40 uint16_t GAP_ConnGetL2CAPCid(uint16_t /* gap_handle */) { in GAP_ConnGetL2CAPCid() function
/packages/modules/Bluetooth/system/stack/include/
Dgap_api.h231 uint16_t GAP_ConnGetL2CAPCid(uint16_t gap_handle);
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc1389 target_side->address, GAP_ConnGetL2CAPCid(target_side->gap_handle)); in NeedToDropPacket()
1396 other_side->address, GAP_ConnGetL2CAPCid(other_side->gap_handle)); in NeedToDropPacket()
1515 uint16_t cid = GAP_ConnGetL2CAPCid(left->gap_handle); in OnAudioDataReady()
1553 uint16_t cid = GAP_ConnGetL2CAPCid(right->gap_handle); in OnAudioDataReady()
1651 L2CA_GetPeerLECocCredit(address, GAP_ConnGetL2CAPCid(gap_handle)); in GapCallback()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc551 uint16_t GAP_ConnGetL2CAPCid(uint16_t gap_handle) { in GAP_ConnGetL2CAPCid() function