Home
last modified time | relevance | path

Searched refs:L2CA_ConnectLECocReq (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc47 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()
Dmock_stack_l2cap_api.h169 struct L2CA_ConnectLECocReq { struct
180 extern struct L2CA_ConnectLECocReq L2CA_ConnectLECocReq; argument
Dmock_main_shim_l2cap_api.h497 struct L2CA_ConnectLECocReq { struct
507 extern struct L2CA_ConnectLECocReq L2CA_ConnectLECocReq; argument
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h140 uint16_t L2CA_ConnectLECocReq(uint16_t psm, const RawAddress& p_bd_addr,
/packages/modules/Bluetooth/system/stack/fuzzers/
Dl2cap_fuzzer.cc243 auto eatt_cid = L2CA_ConnectLECocReq(BT_PSM_EATT, kEattAddr, &cfg, 0); in Fuzz()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h487 [[nodiscard]] uint16_t L2CA_ConnectLECocReq(uint16_t psm,
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc290 cid = L2CA_ConnectLECocReq(p_ccb->psm, *p_rem_bda, &p_ccb->local_coc_cfg, in GAP_ConnOpen()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc510 uint16_t L2CA_ConnectLECocReq(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ConnectLECocReq() function