Searched refs:L2CA_LECocDataWrite (Results 1 – 7 of 7) sorted by relevance
68 struct L2CA_LECocDataWrite L2CA_LECocDataWrite; variable241 uint8_t L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_LECocDataWrite() function243 return test::mock::stack_l2cap_api::L2CA_LECocDataWrite(cid, p_data); in L2CA_LECocDataWrite()
437 struct L2CA_LECocDataWrite { struct444 extern struct L2CA_LECocDataWrite L2CA_LECocDataWrite; argument
530 struct L2CA_LECocDataWrite { struct537 extern struct L2CA_LECocDataWrite L2CA_LECocDataWrite; argument
227 uint8_t L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data);
589 [[nodiscard]] uint8_t L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data);
439 status = L2CA_LECocDataWrite(p_ccb->connection_id, p_buf); in gap_try_write_queued_data()
1509 uint8_t L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_LECocDataWrite() function