Home
last modified time | relevance | path

Searched refs:L2CA_GetPeerLECocConfig (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc48 struct L2CA_GetPeerLECocConfig L2CA_GetPeerLECocConfig; variable
143 bool L2CA_GetPeerLECocConfig(uint16_t lcid, tL2CAP_LE_CFG_INFO* peer_cfg) { in L2CA_GetPeerLECocConfig() function
145 return test::mock::stack_l2cap_api::L2CA_GetPeerLECocConfig(lcid, peer_cfg); in L2CA_GetPeerLECocConfig()
Dmock_stack_l2cap_api.h184 struct L2CA_GetPeerLECocConfig { struct
193 extern struct L2CA_GetPeerLECocConfig L2CA_GetPeerLECocConfig; argument
Dmock_main_shim_l2cap_api.h511 struct L2CA_GetPeerLECocConfig { struct
518 extern struct L2CA_GetPeerLECocConfig L2CA_GetPeerLECocConfig; argument
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h152 bool L2CA_GetPeerLECocConfig(uint16_t lcid, tL2CAP_LE_CFG_INFO* peer_cfg);
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc633 if (!L2CA_GetPeerLECocConfig(l2cap_cid, &p_ccb->peer_coc_cfg)) { in gap_connect_ind()
740 if (!L2CA_GetPeerLECocConfig(l2cap_cid, &p_ccb->peer_coc_cfg)) { in gap_connect_cfm()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h501 [[nodiscard]] bool L2CA_GetPeerLECocConfig(uint16_t lcid,
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc606 bool L2CA_GetPeerLECocConfig(uint16_t lcid, tL2CAP_LE_CFG_INFO* peer_cfg) { in L2CA_GetPeerLECocConfig() function