Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_ucd.c227 if ((p_rcb = l2cu_allocate_rcb (L2C_UCD_RCB_ID)) == NULL) in L2CA_UcdRegister()
Dl2c_int.h644 extern tL2C_RCB *l2cu_allocate_rcb (UINT16 psm);
Dl2c_api.c102 if ((p_rcb = l2cu_allocate_rcb (vpsm)) == NULL) in L2CA_Register()
Dl2c_utils.c1797 tL2C_RCB *l2cu_allocate_rcb (UINT16 psm) in l2cu_allocate_rcb() function