Home | History | Annotate | Download | only in src

Lines Matching full:addr_type

183                                               int *addr_type);
553 const uint8_t addr_type, const bool add_key, bool *device_added, bool *key_found)
570 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
1200 int addr_type;
1217 if (btif_storage_get_remote_addr_type(&bd_addr, &addr_type) != BT_STATUS_SUCCESS)
1219 addr_type = BLE_ADDR_PUBLIC;
1224 bd_addr, addr_type, add, &device_added, &key_found);
1227 bd_addr, addr_type, add, &device_added, &key_found);
1230 bd_addr, addr_type, add, &device_added, &key_found);
1233 bd_addr, addr_type, add, &device_added, &key_found);
1236 bd_addr, addr_type, add, &device_added, &key_found);
1239 bd_addr, addr_type, add, &device_added, &key_found);
1255 UINT8 addr_type)
1259 int ret = btif_config_set_int(bdstr, "AddrType", (int)addr_type);
1275 int*addr_type)
1279 int ret = btif_config_get_int(bdstr, "AddrType", addr_type);