HomeSort by relevance Sort by last modified time
    Searched refs:BTM_BleLocalPrivacyEnabled (Results 1 - 6 of 6) sorted by null

  /system/bt/stack/include/
btm_ble_api.h 563 * Function BTM_BleLocalPrivacyEnabled
570 extern bool BTM_BleLocalPrivacyEnabled(void);
    [all...]
  /system/bt/btif/src/
btif_core.cc 770 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled();
    [all...]
btif_dm.cc     [all...]
  /system/bt/stack/btm/
btm_ble_multi_adv.cc 282 if (BTM_BleLocalPrivacyEnabled()) {
    [all...]
btm_ble_gap.cc 684 * Function BTM_BleLocalPrivacyEnabled
691 bool BTM_BleLocalPrivacyEnabled(void) {
    [all...]
  /system/bt/stack/test/
ble_advertiser_test.cc 46 bool BTM_BleLocalPrivacyEnabled() { return true; }
    [all...]

Completed in 111 milliseconds