Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c248 BOOLEAN L2CA_UcdDeregister_In_CCB_List (void *p_ccb_node, void * context) in L2CA_UcdDeregister_In_CCB_List() argument
250 p_ccb = (tL2C_CCB *)p_ccb_node; in L2CA_UcdDeregister_In_CCB_List()
Dl2c_link.c843 bool l2c_chnl_allocation_in_ccb_list (void *p_ccb_node, void *context) in l2c_chnl_allocation_in_ccb_list() argument
846 tL2C_CCB *p_ccb = (tL2C_CCB *)p_ccb_node; in l2c_chnl_allocation_in_ccb_list()
Dl2c_utils.c1476 bool l2cu_find_ccb_in_list(void *p_ccb_node, void *p_local_cid);
3240 bool l2cu_find_ccb_in_list(void *p_ccb_node, void *p_local_cid) in l2cu_find_ccb_in_list() argument
3242 tL2C_CCB *p_ccb = (tL2C_CCB *)p_ccb_node; in l2cu_find_ccb_in_list()