Searched refs:pL2CA_ConnectInd_Cb (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | sdp_fuzzer.cc | 45 .pL2CA_ConnectInd_Cb = [](const RawAddress& bd_addr, uint16_t lcid, 175 cb_info.pL2CA_ConnectInd_Cb(RawAddress(kDummyAddr), kDummyCID, kDummyPSM, in FuzzAsServer()
|
D | bnep_fuzzer.cc | 141 appl_info.pL2CA_ConnectInd_Cb(kDummyRemoteAddr, kDummyCid, 0, kDummyId); in Fuzz()
|
D | avrc_fuzzer.cc | 193 appl_info->pL2CA_ConnectInd_Cb(kDummyRemoteAddr, kDummyCid, 0, kDummyId); in Fuzz()
|
D | l2cap_fuzzer.cc | 187 .pL2CA_ConnectInd_Cb = [](const RawAddress&, uint16_t, uint16_t, in Fuzz()
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_conn.cc | 121 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/ |
D | sdp_main.cc | 419 sdp_cb.reg_info.pL2CA_ConnectInd_Cb = sdp_connect_ind; in sdp_init()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 149 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()
|
D | l2c_csm.cc | 106 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()
|
D | l2c_main.cc | 385 if (!p_rcb->api.pL2CA_ConnectInd_Cb) { in process_l2cap_cmd()
|
D | l2c_ble.cc | 744 if (!p_rcb->api.pL2CA_ConnectInd_Cb) { in l2cble_process_sig_cmd()
|
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | rfc_l2cap_if.cc | 67 p_l2c->pL2CA_ConnectInd_Cb = RFCOMM_ConnectInd; in rfcomm_l2cap_if_init()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 331 tL2CA_CONNECT_IND_CB* pL2CA_ConnectInd_Cb; member
|
/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 160 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/ |
D | bnep_main.cc | 82 bnep_cb.reg_info.pL2CA_ConnectInd_Cb = bnep_connect_ind; in bnep_register_with_l2cap()
|
/packages/modules/Bluetooth/system/stack/hid/ |
D | hidh_conn.cc | 74 .pL2CA_ConnectInd_Cb = hidh_l2cif_connect_ind,
|