Home
last modified time | relevance | path

Searched refs:pL2CA_ConnectInd_Cb (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/stack/fuzzers/
Dsdp_fuzzer.cc45 .pL2CA_ConnectInd_Cb = [](const RawAddress& bd_addr, uint16_t lcid,
175 cb_info.pL2CA_ConnectInd_Cb(RawAddress(kDummyAddr), kDummyCID, kDummyPSM, in FuzzAsServer()
Dbnep_fuzzer.cc141 appl_info.pL2CA_ConnectInd_Cb(kDummyRemoteAddr, kDummyCid, 0, kDummyId); in Fuzz()
Davrc_fuzzer.cc193 appl_info->pL2CA_ConnectInd_Cb(kDummyRemoteAddr, kDummyCid, 0, kDummyId); in Fuzz()
Dl2cap_fuzzer.cc187 .pL2CA_ConnectInd_Cb = [](const RawAddress&, uint16_t, uint16_t, in Fuzz()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc121 conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in gap_conn_init()
228 conn.reg_info.pL2CA_ConnectInd_Cb = NULL; in GAP_ConnOpen()
230 conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in GAP_ConnOpen()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_main.cc419 sdp_cb.reg_info.pL2CA_ConnectInd_Cb = sdp_connect_ind; in sdp_init()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc149 if ((psm >= 0x1001) && (p_cb_info.pL2CA_ConnectInd_Cb == NULL)) { in L2CA_Register()
397 if (p_cb_info.pL2CA_ConnectInd_Cb != nullptr || psm < LE_DYNAMIC_PSM_START) { in L2CA_RegisterLECoc()
426 (p_cb_info.pL2CA_ConnectInd_Cb == NULL)) { in L2CA_RegisterLECoc()
Dl2c_csm.cc106 if (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb) { in l2c_csm_indicate_connection_open()
107 (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb)( in l2c_csm_indicate_connection_open()
Dl2c_main.cc385 if (!p_rcb->api.pL2CA_ConnectInd_Cb) { in process_l2cap_cmd()
Dl2c_ble.cc744 if (!p_rcb->api.pL2CA_ConnectInd_Cb) { in l2cble_process_sig_cmd()
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_l2cap_if.cc67 p_l2c->pL2CA_ConnectInd_Cb = RFCOMM_ConnectInd; in rfcomm_l2cap_if_init()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h331 tL2CA_CONNECT_IND_CB* pL2CA_ConnectInd_Cb; member
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc160 l2cap_appl_info_.pL2CA_ConnectInd_Cb(peer_addr, lcid, BT_PSM_RFCOMM, in ConnectServerL2cap()
757 l2cap_appl_info_.pL2CA_ConnectInd_Cb(test_address, new_lcid, BT_PSM_RFCOMM, in TEST_F()
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc82 bnep_cb.reg_info.pL2CA_ConnectInd_Cb = bnep_connect_ind; in bnep_register_with_l2cap()
/packages/modules/Bluetooth/system/stack/hid/
Dhidh_conn.cc74 .pL2CA_ConnectInd_Cb = hidh_l2cif_connect_ind,