Home
last modified time | relevance | path

Searched defs:fixed_cid (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1626 BOOLEAN L2CA_RegisterFixedChannel (UINT16 fixed_cid, tL2CAP_FIXED_CHNL_REG *p_freg) in L2CA_RegisterFixedChannel()
1652 BOOLEAN L2CA_ConnectFixedChnl (UINT16 fixed_cid, BD_ADDR rem_bda, tBLE_ADDR_TYPE bd_addr_type, BOOL… in L2CA_ConnectFixedChnl()
1764 UINT16 L2CA_SendFixedChnlData (UINT16 fixed_cid, BD_ADDR rem_bda, BT_HDR *p_buf) in L2CA_SendFixedChnlData()
1857 BOOLEAN L2CA_CheckIsCongest(UINT16 fixed_cid, BD_ADDR addr) in L2CA_CheckIsCongest()
1898 BOOLEAN L2CA_RemoveFixedChnl (UINT16 fixed_cid, BD_ADDR rem_bda) in L2CA_RemoveFixedChnl()
1969 BOOLEAN L2CA_SetFixedChannelTout (BD_ADDR rem_bda, UINT16 fixed_cid, UINT16 idle_tout) in L2CA_SetFixedChannelTout()
Dl2c_utils.c2675 BOOLEAN l2cu_initialize_fixed_ccb (tL2C_LCB *p_lcb, UINT16 fixed_cid, tL2CAP_FCR_OPTS *p_fcr) in l2cu_initialize_fixed_ccb()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c323 UINT16 fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP() local