Searched refs:BLE_ADDR_RANDOM (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_addr.c63 p_cb->own_addr_type = BLE_ADDR_RANDOM;
397 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM &&
438 *p_addr_type = BLE_ADDR_RANDOM;
463 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM &&
509 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM;
H A Dbtm_ble_multi_adv.c256 UINT8_TO_STREAM (pp, BLE_ADDR_RANDOM);
H A Dbtm_ble_gap.c634 UINT8 addr_type = BLE_ADDR_RANDOM;
2331 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM)
2956 if (btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type == BLE_ADDR_RANDOM)
H A Dbtm_ble.c1616 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && !addr_matched)
H A Dbtm_acl.c176 * p_addr_type = BLE_ADDR_RANDOM;
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ble.c698 init_addr_type = BLE_ADDR_RANDOM;
703 own_addr_type = BLE_ADDR_RANDOM;
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h503 #define BLE_ADDR_RANDOM 0x01 macro
504 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
/external/libnfc-nci/src/include/
H A Dbt_types.h500 #define BLE_ADDR_RANDOM 0x01 macro
501 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c578 if ((p_btif_cb->addr_type != BLE_ADDR_RANDOM) || (p_eir_remote_name))
1130 if ((p_cb->addr_type == BLE_ADDR_RANDOM)
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c2410 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM )

Completed in 3888 milliseconds