Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl_api.h262 struct ACL_WriteData { struct
267 extern struct ACL_WriteData ACL_WriteData; argument
Dmock_main_shim_acl_api.cc52 void bluetooth::shim::ACL_WriteData(uint16_t /* handle */, in ACL_WriteData() function in bluetooth::shim
/packages/modules/Bluetooth/system/main/shim/
Dacl_api.h38 void ACL_WriteData(uint16_t handle, BT_HDR* p_buf);
Dacl_api.cc75 void bluetooth::shim::ACL_WriteData(uint16_t handle, BT_HDR* p_buf) { in ACL_WriteData() function in bluetooth::shim
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc2506 return bluetooth::shim::ACL_WriteData(p_acl->hci_handle, p_buf); in acl_send_data_packet_br_edr()
2517 return bluetooth::shim::ACL_WriteData(p_acl->hci_handle, p_buf); in acl_send_data_packet_ble()