Home
last modified time | relevance | path

Searched defs:BTM_IsDeviceUp (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_devctl.h23 struct BTM_IsDeviceUp { struct
27 extern struct BTM_IsDeviceUp BTM_IsDeviceUp; argument
Dmock_stack_btm_devctl.cc36 struct BTM_IsDeviceUp BTM_IsDeviceUp; variable
42 bool BTM_IsDeviceUp(void) { in BTM_IsDeviceUp() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_devctl.cc230 bool BTM_IsDeviceUp(void) { in BTM_IsDeviceUp() function
/packages/modules/Bluetooth/system/stack/include/
Dbtm_client_interface.h156 [[nodiscard]] bool (*BTM_IsDeviceUp)(); member