Home
last modified time | relevance | path

Searched refs:HACK_SetAclTxPriority (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/hci/
Dacl_manager.h144 virtual void HACK_SetAclTxPriority(uint8_t handle, bool high_priority);
Dacl_manager.cc278 void AclManager::HACK_SetAclTxPriority(uint8_t handle, bool high_priority) { in HACK_SetAclTxPriority() function in bluetooth::hci::AclManager
/system/bt/main/shim/
Dl2c_api.cc841 GetAclManager()->HACK_SetAclTxPriority(handle, high_priority); in L2CA_SetAclPriority()