Searched defs:tL2C_RCB (Results 1 - 1 of 1) sorted by path

/system/bt/stack/l2cap/
H A Dl2c_int.h253 } tL2C_RCB; typedef in typeref:struct:__anon1202
296 tL2C_RCB* p_rcb; /* Registration CB for this Channel */
481 tL2C_RCB rcb_pool[MAX_L2CAP_CLIENTS]; /* Registration info pool */
523 tL2C_RCB ble_rcb_pool[BLE_MAX_L2CAP_CLIENTS]; /* Registration info pool */
696 extern tL2C_RCB* l2cu_allocate_rcb(uint16_t psm);
697 extern tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t psm);
698 extern void l2cu_release_rcb(tL2C_RCB* p_rcb);
699 extern tL2C_RCB* l2cu_allocate_ble_rcb(uint16_t psm);
700 extern tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t psm);

Completed in 35 milliseconds