Home | History | Annotate | Download | only in src

Lines Matching defs:addr_type

181                                               int *addr_type);
1173 int addr_type;
1189 if (btif_storage_get_remote_addr_type(&bd_addr, &addr_type) != BT_STATUS_SUCCESS)
1204 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
1234 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
1243 BTIF_TRACE_DEBUG("p->pid_key.addr_type=%d",p->pid_key.addr_type);
1265 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
1292 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
1315 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
1344 UINT8 addr_type)
1348 int ret = btif_config_set_int("Remote", bdstr, "AddrType", (int)addr_type);
1364 int*addr_type)
1368 int ret = btif_config_get_int("Remote", bdstr, "AddrType", addr_type);