Home
last modified time | relevance | path

Searched refs:ACL_WriteData (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/main/shim/
H A Dacl_api.h34 void ACL_WriteData(uint16_t handle, BT_HDR* p_buf);
H A Dacl_api.cc57 void bluetooth::shim::ACL_WriteData(uint16_t handle, BT_HDR* p_buf) { in ACL_WriteData() function in bluetooth::shim
/aosp12/system/bt/test/mock/
H A Dmock_main_shim_acl_api.cc57 void bluetooth::shim::ACL_WriteData(uint16_t handle, BT_HDR* p_buf) { in ACL_WriteData() function in bluetooth::shim
/aosp12/system/bt/stack/acl/
H A Dbtm_acl.cc2732 return bluetooth::shim::ACL_WriteData(p_acl->hci_handle, p_buf); in acl_send_data_packet_br_edr()
2746 return bluetooth::shim::ACL_WriteData(p_acl->hci_handle, p_buf); in acl_send_data_packet_ble()