Searched refs:addr_type (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | ScanFilterQueue.java | 52 public byte addr_type; field in ScanFilterQueue.Entry 68 entry.addr_type = type; in addDeviceAddress()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 208 void btgattc_scan_result_cb(uint16_t event_type, uint8_t addr_type, in btgattc_scan_result_cb() argument 225 addr_type, address.get(), primary_phy, in btgattc_scan_result_cb() 424 p_adv_track_info->addr_type, p_adv_track_info->tx_power, in btgattc_track_adv_event_cb() 1314 curr.addr_type = env->GetByteField(current.get(), addrTypeFid); in gattClientScanFilterAddNative() 1442 jint addr_type, jint discard_rule) { in gattClientStartBatchScanNative() argument 1445 scan_mode, scan_interval_unit, scan_window_unit, addr_type, discard_rule, in gattClientStartBatchScanNative()
|