Searched refs:L2CA_GetPeerLECocConfig (Results 1 – 7 of 7) sorted by relevance
48 struct L2CA_GetPeerLECocConfig L2CA_GetPeerLECocConfig; variable143 bool L2CA_GetPeerLECocConfig(uint16_t lcid, tL2CAP_LE_CFG_INFO* peer_cfg) { in L2CA_GetPeerLECocConfig() function145 return test::mock::stack_l2cap_api::L2CA_GetPeerLECocConfig(lcid, peer_cfg); in L2CA_GetPeerLECocConfig()
184 struct L2CA_GetPeerLECocConfig { struct193 extern struct L2CA_GetPeerLECocConfig L2CA_GetPeerLECocConfig; argument
511 struct L2CA_GetPeerLECocConfig { struct518 extern struct L2CA_GetPeerLECocConfig L2CA_GetPeerLECocConfig; argument
152 bool L2CA_GetPeerLECocConfig(uint16_t lcid, tL2CAP_LE_CFG_INFO* peer_cfg);
633 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()
501 [[nodiscard]] bool L2CA_GetPeerLECocConfig(uint16_t lcid,
606 bool L2CA_GetPeerLECocConfig(uint16_t lcid, tL2CAP_LE_CFG_INFO* peer_cfg) { in L2CA_GetPeerLECocConfig() function