Searched refs:pL2CA_ConnectInd_Cb (Results 1 – 12 of 12) sorted by relevance
/system/bt/stack/gap/ |
D | gap_conn.cc | 113 conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in gap_conn_init() 224 conn.reg_info.pL2CA_ConnectInd_Cb = NULL; in GAP_ConnOpen() 226 conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in GAP_ConnOpen()
|
/system/bt/stack/sdp/ |
D | sdp_main.cc | 84 sdp_cb.reg_info.pL2CA_ConnectInd_Cb = sdp_connect_ind; in sdp_init()
|
/system/bt/stack/include/ |
D | l2c_api.h | 303 tL2CA_CONNECT_IND_CB* pL2CA_ConnectInd_Cb; member
|
/system/bt/stack/rfcomm/ |
D | rfc_l2cap_if.cc | 65 p_l2c->pL2CA_ConnectInd_Cb = RFCOMM_ConnectInd; in rfcomm_l2cap_if_init()
|
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 114 if ((psm >= 0x1001) && (p_cb_info.pL2CA_ConnectInd_Cb == NULL)) { in L2CA_Register() 385 if (p_cb_info.pL2CA_ConnectInd_Cb != nullptr || psm < LE_DYNAMIC_PSM_START) { in L2CA_RegisterLECoc() 413 (p_cb_info.pL2CA_ConnectInd_Cb == NULL)) { in L2CA_RegisterLECoc()
|
D | l2c_main.cc | 397 if (!p_rcb->api.pL2CA_ConnectInd_Cb) { in process_l2cap_cmd()
|
D | l2c_ble.cc | 878 if (!p_rcb->api.pL2CA_ConnectInd_Cb) { in l2cble_process_sig_cmd()
|
D | l2c_csm.cc | 93 (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb)( in l2c_csm_indicate_connection_open()
|
/system/bt/main/shim/ |
D | l2c_api.cc | 197 if (appl_info_.pL2CA_ConnectInd_Cb == nullptr) { in on_channel_open() 201 do_in_main_thread(FROM_HERE, base::Bind(appl_info_.pL2CA_ConnectInd_Cb, in on_channel_open() 1398 if (appl_info_.pL2CA_ConnectInd_Cb == nullptr) { in on_channel_open() 1402 do_in_main_thread(FROM_HERE, base::Bind(appl_info_.pL2CA_ConnectInd_Cb, in on_channel_open()
|
/system/bt/stack/bnep/ |
D | bnep_main.cc | 81 bnep_cb.reg_info.pL2CA_ConnectInd_Cb = bnep_connect_ind; in bnep_register_with_l2cap()
|
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 156 l2cap_appl_info_.pL2CA_ConnectInd_Cb(peer_addr, lcid, BT_PSM_RFCOMM, in ConnectServerL2cap() 755 l2cap_appl_info_.pL2CA_ConnectInd_Cb(test_address, new_lcid, BT_PSM_RFCOMM, in TEST_F()
|
/system/bt/stack/hid/ |
D | hidh_conn.cc | 71 .pL2CA_ConnectInd_Cb = hidh_l2cif_connect_ind,
|