Home
last modified time | relevance | path

Searched defs:cid (Results 1 – 12 of 12) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_api.c785 BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in L2CA_ConfigReq()
835 BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in L2CA_ConfigRsp()
878 BOOLEAN L2CA_DisconnectReq (UINT16 cid) in L2CA_DisconnectReq()
906 BOOLEAN L2CA_DisconnectRsp (UINT16 cid) in L2CA_DisconnectRsp()
1080 BOOLEAN L2CA_SetIdleTimeout (UINT16 cid, UINT16 timeout, BOOLEAN is_global) in L2CA_SetIdleTimeout()
1311 BOOLEAN L2CA_FlowControl (UINT16 cid, BOOLEAN data_enabled) in L2CA_FlowControl()
1355 BOOLEAN L2CA_SendTestSFrame (UINT16 cid, UINT8 sup_type, UINT8 back_track) in L2CA_SendTestSFrame()
1387 BOOLEAN L2CA_SetTxPriority (UINT16 cid, tL2CAP_CHNL_PRIORITY priority) in L2CA_SetTxPriority()
1415 BOOLEAN L2CA_SetChnlDataRate (UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx) in L2CA_SetChnlDataRate()
2133 UINT8 L2CA_DataWrite (UINT16 cid, BT_HDR *p_data) in L2CA_DataWrite()
[all …]
Dl2c_ucd.c161 static void l2c_ucd_disconnect_ind_cback (UINT16 cid, BOOLEAN result) in l2c_ucd_disconnect_ind_cback()
175 static void l2c_ucd_config_ind_cback (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in l2c_ucd_config_ind_cback()
189 static void l2c_ucd_config_cfm_cback (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in l2c_ucd_config_cfm_cback()
Dl2c_main.c902 UINT8 l2c_data_write (UINT16 cid, BT_HDR *p_data, UINT16 flags) in l2c_data_write()
Dl2c_ble.c1259 UINT16 cid = fix_cid - L2CAP_FIRST_FIXED_CHNL; in l2cble_set_fixed_channel_tx_data_length() local
Dl2c_utils.c1479 tL2C_CCB *l2cu_allocate_ccb (tL2C_LCB *p_lcb, UINT16 cid) in l2cu_allocate_ccb()
/system/bt/stack/smp/
Dsmp_l2c.c215 static void smp_tx_complete_callback (UINT16 cid, UINT16 num_pkt) in smp_tx_complete_callback()
/system/bt/stack/hid/
Dhidh_conn.c892 UINT16 cid; in hidh_conn_snd_data() local
1069 static UINT8 find_conn_by_cid (UINT16 cid) in find_conn_by_cid()
/system/bt/stack/sdp/
Dsdp_main.c552 UINT16 cid; in sdp_conn_originate() local
Dsdp_utils.c56 tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid) in sdpu_find_ccb_by_cid()
/system/bt/stack/gap/
Dgap_conn.c132 UINT16 cid; in GAP_ConnOpen() local
1110 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid) in gap_find_ccb_by_cid()
/system/bt/stack/bnep/
Dbnep_api.c139 UINT16 cid; in BNEP_Connect() local
Dbnep_utils.c57 tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid) in bnepu_find_bcb_by_cid()