Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dbtm_api_types.h150 } tBTM_SCO_DEBUG_DUMP; typedef
Dbtm_api.h553 [[nodiscard]] tBTM_SCO_DEBUG_DUMP BTM_GetScoDebugDump(void);
Dbtm_client_interface.h146 [[nodiscard]] tBTM_SCO_DEBUG_DUMP (*BTM_GetScoDebugDump)(void);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sco.cc70 tBTM_SCO_DEBUG_DUMP BTM_GetScoDebugDump(void) { in BTM_GetScoDebugDump()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc1789 tBTM_SCO_DEBUG_DUMP BTM_GetScoDebugDump() { in BTM_GetScoDebugDump()
1791 tBTM_SCO_DEBUG_DUMP debug_dump = {}; in BTM_GetScoDebugDump()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc1582 tBTM_SCO_DEBUG_DUMP debug_dump = BTM_GetScoDebugDump(); in DebugDump()