Searched refs:L2CA_ConnectLECocReq (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.cc | 47 struct L2CA_ConnectLECocReq L2CA_ConnectLECocReq; variable 137 uint16_t L2CA_ConnectLECocReq(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ConnectLECocReq() function 140 return test::mock::stack_l2cap_api::L2CA_ConnectLECocReq(psm, p_bd_addr, in L2CA_ConnectLECocReq()
|
D | mock_stack_l2cap_api.h | 169 struct L2CA_ConnectLECocReq { struct 180 extern struct L2CA_ConnectLECocReq L2CA_ConnectLECocReq; argument
|
D | mock_main_shim_l2cap_api.h | 497 struct L2CA_ConnectLECocReq { struct 507 extern struct L2CA_ConnectLECocReq L2CA_ConnectLECocReq; argument
|
/packages/modules/Bluetooth/system/main/shim/ |
D | l2c_api.h | 140 uint16_t L2CA_ConnectLECocReq(uint16_t psm, const RawAddress& p_bd_addr,
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | l2cap_fuzzer.cc | 243 auto eatt_cid = L2CA_ConnectLECocReq(BT_PSM_EATT, kEattAddr, &cfg, 0); in Fuzz()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 487 [[nodiscard]] uint16_t L2CA_ConnectLECocReq(uint16_t psm,
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_conn.cc | 290 cid = L2CA_ConnectLECocReq(p_ccb->psm, *p_rem_bda, &p_ccb->local_coc_cfg, in GAP_ConnOpen()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 510 uint16_t L2CA_ConnectLECocReq(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ConnectLECocReq() function
|