Home
last modified time | relevance | path

Searched refs:L2CA_LECocDataWrite (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_l2cap_api.cc91 struct L2CA_LECocDataWrite L2CA_LECocDataWrite; variable
251 uint8_t L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_LECocDataWrite() function
253 return test::mock::stack_l2cap_api::L2CA_LECocDataWrite(cid, p_data); in L2CA_LECocDataWrite()
H A Dmock_main_shim_l2cap_api.cc89 struct L2CA_LECocDataWrite L2CA_LECocDataWrite; variable
334 uint8_t bluetooth::shim::L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_LECocDataWrite() function in bluetooth::shim
336 return test::mock::main_shim_l2cap_api::L2CA_LECocDataWrite(cid, p_data); in L2CA_LECocDataWrite()
H A Dmock_stack_l2cap_api.h412 struct L2CA_LECocDataWrite { struct
419 extern struct L2CA_LECocDataWrite L2CA_LECocDataWrite; argument
H A Dmock_main_shim_l2cap_api.h568 struct L2CA_LECocDataWrite { struct
575 extern struct L2CA_LECocDataWrite L2CA_LECocDataWrite; argument
/aosp12/system/bt/main/shim/
H A Dl2c_api.h227 uint8_t L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data);
H A Dl2c_api.cc1567 uint8_t L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_LECocDataWrite() function
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_l2c_api.cc181 uint8_t bluetooth::shim::L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_LECocDataWrite() function in bluetooth::shim
/aosp12/system/bt/stack/include/
H A Dl2c_api.h542 extern uint8_t L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data);
/aosp12/system/bt/stack/l2cap/
H A Dl2c_api.cc1488 uint8_t L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_LECocDataWrite() function
1490 return bluetooth::shim::L2CA_LECocDataWrite(cid, p_data); in L2CA_LECocDataWrite()
/aosp12/system/bt/stack/gap/
H A Dgap_conn.cc440 status = L2CA_LECocDataWrite(p_ccb->connection_id, p_buf); in gap_try_write_queued_data()