Searched defs:cid (Results 1 – 12 of 12) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_api.c | 785 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 …]
|
D | l2c_ucd.c | 161 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()
|
D | l2c_main.c | 902 UINT8 l2c_data_write (UINT16 cid, BT_HDR *p_data, UINT16 flags) in l2c_data_write()
|
D | l2c_ble.c | 1259 UINT16 cid = fix_cid - L2CAP_FIRST_FIXED_CHNL; in l2cble_set_fixed_channel_tx_data_length() local
|
D | l2c_utils.c | 1479 tL2C_CCB *l2cu_allocate_ccb (tL2C_LCB *p_lcb, UINT16 cid) in l2cu_allocate_ccb()
|
/system/bt/stack/smp/ |
D | smp_l2c.c | 215 static void smp_tx_complete_callback (UINT16 cid, UINT16 num_pkt) in smp_tx_complete_callback()
|
/system/bt/stack/hid/ |
D | hidh_conn.c | 892 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/ |
D | sdp_main.c | 552 UINT16 cid; in sdp_conn_originate() local
|
D | sdp_utils.c | 56 tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid) in sdpu_find_ccb_by_cid()
|
/system/bt/stack/gap/ |
D | gap_conn.c | 132 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/ |
D | bnep_api.c | 139 UINT16 cid; in BNEP_Connect() local
|
D | bnep_utils.c | 57 tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid) in bnepu_find_bcb_by_cid()
|