Home
last modified time | relevance | path

Searched defs:btif_debug_conn_state_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dbtif_debug_conn.h26 typedef enum { BTIF_DEBUG_CONNECTED = 1, BTIF_DEBUG_DISCONNECTED } btif_debug_conn_state_t; typedef
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_debug_conn.cc28 void btif_debug_conn_state(const RawAddress& /* bda */, const btif_debug_conn_state_t /* state */, in btif_debug_conn_state()