Home
last modified time | relevance | path

Searched refs:BtmPmCallbacks (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_pm.c47 const BtmPmCallbacks *callbacks;
65 static BtmPmCallbackBlock *BtmPmAllocCallbackBlock(const BtmPmCallbacks *callbacks, void *context) in BtmPmAllocCallbackBlock()
333 int BTM_RegisterPmCallbacks(const BtmPmCallbacks *callbacks, void *context) in BTM_RegisterPmCallbacks()
355 int BTM_DeregisterPmCallbacks(const BtmPmCallbacks *callbacks) in BTM_DeregisterPmCallbacks()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h664 } BtmPmCallbacks; typedef
669 * @param callbacks Point to <b>BtmPmCallbacks</b> struct, the struct must be available before calling to
674 int BTSTACK_API BTM_RegisterPmCallbacks(const BtmPmCallbacks *callbacks, void *context);
679 * @param callbacks Point to <b>BtmPmCallbacks</b> struct.
682 int BTSTACK_API BTM_DeregisterPmCallbacks(const BtmPmCallbacks *callbacks);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_manager.cpp77 BtmPmCallbacks btmPmCallbacks_ {};

Completed in 3 milliseconds