Searched refs:pL2CA_DataInd_Cb (Results 1 – 9 of 9) sorted by relevance
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 181 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, sabm_channel_0); in ConnectServerL2cap() 202 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_pn_cmd_from_peer); in ConnectServerPort() 218 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, sabm_channel_dlci); in ConnectServerPort() 252 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_cmd_from_peer); in ConnectServerPort() 261 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_response_from_peer); in ConnectServerPort() 340 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, ua_channel_0); in ConnectClientPort() 359 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_pn_channel_3_accept); in ConnectClientPort() 384 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, ua_channel_3); in ConnectClientPort() 392 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_response); in ConnectClientPort() 405 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_cmd_from_peer); in ConnectClientPort() [all …]
|
/system/bt/stack/l2cap/ |
D | l2c_csm.cc | 952 (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, (BT_HDR*)p_data); in l2c_csm_config() 1065 if ((p_ccb->p_rcb) && (p_ccb->p_rcb->api.pL2CA_DataInd_Cb)) in l2c_csm_open() 1066 (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, in l2c_csm_open()
|
D | l2c_api.cc | 74 (!p_cb_info->pL2CA_DataInd_Cb) || (!p_cb_info->pL2CA_DisconnectInd_Cb)) { in L2CA_Register() 410 if ((!p_cb_info->pL2CA_DataInd_Cb) || (!p_cb_info->pL2CA_DisconnectInd_Cb)) { in L2CA_RegisterLECoc() 683 CHECK(callbacks->pL2CA_DataInd_Cb != NULL); in L2CA_SetConnectionCallbacks()
|
D | l2cap_client.cc | 74 .pL2CA_DataInd_Cb = read_ready_cb,
|
/system/bt/stack/rfcomm/ |
D | rfc_l2cap_if.cc | 73 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
|
/system/bt/stack/include/ |
D | l2c_api.h | 312 tL2CA_DATA_IND_CB* pL2CA_DataInd_Cb; member
|
/system/bt/stack/sdp/ |
D | sdp_main.cc | 119 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind; in sdp_init()
|
/system/bt/stack/bnep/ |
D | bnep_main.cc | 93 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind; in bnep_register_with_l2cap()
|
/system/bt/stack/gap/ |
D | gap_conn.cc | 126 conn.reg_info.pL2CA_DataInd_Cb = gap_data_ind; in gap_conn_init()
|