Home
last modified time | relevance | path

Searched refs:addr_type (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanFilterQueue.java52 public byte addr_type; field in ScanFilterQueue.Entry
68 entry.addr_type = type; in addDeviceAddress()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp207 void btgattc_scan_result_cb(uint16_t event_type, uint8_t addr_type, in btgattc_scan_result_cb() argument
224 addr_type, address.get(), primary_phy, in btgattc_scan_result_cb()
423 p_adv_track_info->addr_type, p_adv_track_info->tx_power, in btgattc_track_adv_event_cb()
1313 curr.addr_type = env->GetByteField(current.get(), addrTypeFid); in gattClientScanFilterAddNative()
1441 jint addr_type, jint discard_rule) { in gattClientStartBatchScanNative() argument
1444 scan_mode, scan_interval_unit, scan_window_unit, addr_type, discard_rule, in gattClientStartBatchScanNative()
/packages/modules/DnsResolver/
Dgethnamaddr.cpp651 static int dns_gethtbyname(ResState* res, const char* name, int addr_type, getnamaddr* info) { in dns_gethtbyname() argument
653 info->hp->h_addrtype = addr_type; in dns_gethtbyname()