Home
last modified time | relevance | path

Searched refs:BTM_GetScoDebugDump (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_client_interface.cc105 .BTM_GetScoDebugDump = ::BTM_GetScoDebugDump,
Dbtm_sco.cc1789 tBTM_SCO_DEBUG_DUMP BTM_GetScoDebugDump() { in BTM_GetScoDebugDump() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sco.cc70 tBTM_SCO_DEBUG_DUMP BTM_GetScoDebugDump(void) { in BTM_GetScoDebugDump() function
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api.h553 [[nodiscard]] tBTM_SCO_DEBUG_DUMP BTM_GetScoDebugDump(void);
Dbtm_client_interface.h146 [[nodiscard]] tBTM_SCO_DEBUG_DUMP (*BTM_GetScoDebugDump)(void); member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc1582 tBTM_SCO_DEBUG_DUMP debug_dump = BTM_GetScoDebugDump(); in DebugDump()