Home
last modified time | relevance | path

Searched refs:BTM_GetLocalVersionInformation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h493 int BTSTACK_API BTM_GetLocalVersionInformation(BtmLocalVersionInformation *localVersion);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c380 ret = BTM_GetLocalVersionInformation(&version); in GAP_LeSetSecurityMode()
H A Dgap_le_sec.c815 BTM_GetLocalVersionInformation(&version); in GapLePair()
945 BTM_GetLocalVersionInformation(&version); in GAP_LePairFeatureRsp()
H A Dgap.c820 BTM_GetLocalVersionInformation(&version); in GapReadNewLocalOOBData()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c916 int BTM_GetLocalVersionInformation(BtmLocalVersionInformation *localVersion) in BTM_GetLocalVersionInformation() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp657 if ((BTM_GetLocalVersionInformation(&version) == BT_SUCCESS) && in LePairFeatureReq()