Searched refs:tL2C_RCB (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/l2cap/
H A Dl2c_ucd.cc56 tL2C_RCB* p_rcb = &l2cb.rcb_pool[0];
92 tL2C_RCB* p_rcb;
123 tL2C_RCB* p_rcb = &l2cb.rcb_pool[0];
196 tL2C_RCB* p_rcb;
257 tL2C_RCB* p_rcb;
315 tL2C_RCB* p_rcb;
380 tL2C_RCB* p_rcb;
547 tL2C_RCB* p_rcb;
647 tL2C_RCB* p_rcb = &l2cb.rcb_pool[0];
861 tL2C_RCB* p_rc
[all...]
H A Dl2c_int.h253 } tL2C_RCB; typedef in typeref:struct:__anon1213
295 tL2C_RCB* p_rcb; /* Registration CB for this Channel */
480 tL2C_RCB rcb_pool[MAX_L2CAP_CLIENTS]; /* Registration info pool */
522 tL2C_RCB ble_rcb_pool[BLE_MAX_L2CAP_CLIENTS]; /* Registration info pool */
683 extern tL2C_RCB* l2cu_allocate_rcb(uint16_t psm);
684 extern tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t psm);
685 extern void l2cu_release_rcb(tL2C_RCB* p_rcb);
686 extern tL2C_RCB* l2cu_allocate_ble_rcb(uint16_t psm);
687 extern tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t psm);
H A Dl2c_api.cc61 tL2C_RCB* p_rcb;
123 tL2C_RCB* p_rcb;
232 tL2C_RCB* p_rcb;
360 tL2C_RCB* p_rcb;
405 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm);
459 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm);
629 tL2C_RCB* registration_control_block = channel_control_block->p_rcb;
631 registration_control_block = (tL2C_RCB*)osi_calloc(sizeof(tL2C_RCB));
1173 tL2C_RCB* p_rc
[all...]
H A Dl2c_utils.cc1565 tL2C_RCB* p_rcb = p_ccb->p_rcb;
1674 tL2C_RCB* l2cu_allocate_rcb(uint16_t psm) {
1675 tL2C_RCB* p_rcb = &l2cb.rcb_pool[0];
1703 tL2C_RCB* l2cu_allocate_ble_rcb(uint16_t psm) {
1704 tL2C_RCB* p_rcb = &l2cb.ble_rcb_pool[0];
1731 void l2cu_release_rcb(tL2C_RCB* p_rcb) {
1775 tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t psm) {
1776 tL2C_RCB* p_rcb = &l2cb.rcb_pool[0];
1797 tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t psm) {
1798 tL2C_RCB* p_rc
[all...]
H A Dl2c_ble.cc581 tL2C_RCB* p_rcb;
H A Dl2c_main.cc261 tL2C_RCB* p_rcb;

Completed in 80 milliseconds