Home
last modified time | relevance | path

Searched refs:tBTM_LINK_KEY_CALLBACK (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1333 typedef UINT8 (tBTM_LINK_KEY_CALLBACK) (BD_ADDR bd_addr, DEV_CLASS dev_class, typedef
1721 tBTM_LINK_KEY_CALLBACK *p_link_key_callback;
3626 …BTM_API extern BOOLEAN BTM_SecRegisterLinkKeyNotificationCallback (tBTM_LINK_KEY_CALLBACK *p_callb…
/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c164 BOOLEAN BTM_SecRegisterLinkKeyNotificationCallback (tBTM_LINK_KEY_CALLBACK *p_callback) in BTM_SecRegisterLinkKeyNotificationCallback()