Home
last modified time | relevance | path

Searched refs:BTM_GetLocalAddr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h469 int BTSTACK_API BTM_GetLocalAddr(BtAddr *addr);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c129 int ret = BTM_GetLocalAddr(&g_gapMng.le.local.addr); in GapEnableLe()
1060 return BTM_GetLocalAddr(addr); in GAP_GetLocalAddr()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c841 BTM_GetLocalAddr(&connection->leLocalAddr); in BTM_LeConnect()
910 BTM_GetLocalAddr(&connection->leLocalAddr); in BtmUpdateLeConnectionOnConnectComplete()
1183 BTM_GetLocalAddr(&connection->leLocalAddr); in BtmAllocLeConnectionOnEnhancedConnectComplete()
H A Dbtm_controller.c879 int BTM_GetLocalAddr(BtAddr *addr) in BTM_GetLocalAddr() function