Searched defs:addr_type (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | ScanFilterQueue.java | 52 public byte addr_type; field in class:ScanFilterQueue.Entry 68 entry.addr_type = type;
|
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 207 void btgattc_scan_result_cb(uint16_t event_type, uint8_t addr_type, argument 224 addr_type, address.get(), primary_phy, 423 p_adv_track_info->addr_type, p_adv_track_info->tx_power, 1289 jfieldID addrTypeFid = env->GetFieldID(entryClazz, "addr_type", "B"); 1313 curr.addr_type = env->GetByteField(current.get(), addrTypeFid); 1441 jint addr_type, jint discard_rule) { 1444 scan_mode, scan_interval_unit, scan_window_unit, addr_type, discard_rule, 1437 gattClientStartBatchScanNative(JNIEnv* env, jobject object, jint client_if, jint scan_mode, jint scan_interval_unit, jint scan_window_unit, jint addr_type, jint discard_rule) argument
|
Completed in 35 milliseconds