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

  /system/bt/stack/btm/
btm_ble_bgconn.c 157 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || !BTM_BLE_IS_RESOLVE_BDA(bd_addr)) {
167 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || !BTM_BLE_IS_RESOLVE_BDA(bd_addr))
178 UINT8 addr_type = BTM_IS_PUBLIC_BDA(bd_addr) ? BLE_ADDR_PUBLIC : BLE_ADDR_RANDOM;
369 UINT8 peer_addr_type = BLE_ADDR_PUBLIC;
btm_ble_addr.c 577 p->conn_addr_type = BLE_ADDR_PUBLIC;
btm_ble_gap.c 263 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC;
683 p_cb->addr_mgnt_cb.own_addr_type = BLE_ADDR_PUBLIC;
    [all...]
btm_ble_multi_adv.c 279 UINT8_TO_STREAM (pp, BLE_ADDR_PUBLIC);
btm_ble.c 602 *p_addr_type = BLE_ADDR_PUBLIC;
639 *p_addr_type = BLE_ADDR_PUBLIC;
    [all...]
btm_acl.c 255 p->conn_addr_type = BLE_ADDR_PUBLIC;
    [all...]
  /system/bt/stack/l2cap/
l2c_ble.c     [all...]
  /external/libnfc-nci/src/include/
bt_types.h 499 #define BLE_ADDR_PUBLIC 0x00
501 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
  /system/bt/btif/src/
btif_storage.c     [all...]
btif_dm.c 719 btif_storage_set_remote_addr_type(bd_addr, BLE_ADDR_PUBLIC);
    [all...]
  /system/bt/stack/include/
bt_types.h 497 #define BLE_ADDR_PUBLIC 0x00
502 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
    [all...]
  /system/bt/stack/smp/
smp_keys.c     [all...]

Completed in 138 milliseconds