HomeSort by relevance Sort by last modified time
    Searched defs:addr_type (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/lldb/source/Core/
ValueObjectChild.cpp 145 AddressType addr_type = parent->GetAddressTypeOfChildren(); local
147 switch (addr_type)
  /external/bluetooth/bluedroid/btif/include/
btif_dm.h 96 tBLE_ADDR_TYPE addr_type; member in struct:__anon5627
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 314 int addr_type = 0; local
323 btif_get_device_type(bd_addr, &addr_type, &device_type);
352 BOOLEAN btif_get_device_type(BD_ADDR bd_addr, int *addr_type, int *device_type)
354 if (device_type == NULL || addr_type == NULL)
366 if (!btif_config_get_int("Remote", bd_addr_str, "AddrType", addr_type))
369 ALOGD("%s: Device [%s] type %d, addr. type %d", __FUNCTION__, bd_addr_str, *device_type, *addr_type);
btif_gatt_server.c 383 int addr_type = 0; local
387 if (btif_get_device_type(p_cb->bd_addr.address, &addr_type, &device_type) == TRUE
389 BTA_DmAddBleDevice(p_cb->bd_addr.address, addr_type, device_type);
btif_storage.c 181 int *addr_type);
1173 int addr_type; local
    [all...]
  /external/ppp/pppd/
cbcp.c 310 u_char type, opt_len, delay, addr_type; local
337 GETCHAR(addr_type, pckt);
451 u_char type, delay, addr_type; local
464 GETCHAR(addr_type, pckt);
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_batchscan.c 64 UINT8 sub_event = 0, filt_index = 0, addr_type = 0, adv_state = 0; local
81 STREAM_TO_UINT8(addr_type, p);
84 BTM_TRACE_EVENT("track_adv_vse_cback called: %d, %d, %d", filt_index, addr_type, adv_state);
85 ble_advtrack_cb.p_track_cback(filt_index, addr_type, bd_addr, adv_state,
498 ** addr_type - Address type
504 UINT32 scan_interval, UINT32 scan_window, tBLE_ADDR_TYPE addr_type,
517 UINT8_TO_STREAM (pp_scan, addr_type);
571 ble_batchscan_cb.addr_type, ble_batchscan_cb.discard_rule)) != BTM_CMD_STARTED)
681 UINT32 scan_interval, UINT32 scan_window, tBLE_ADDR_TYPE addr_type,
687 scan_mode, scan_interval, scan_window, addr_type, discard_rule, ref_value)
    [all...]
btm_ble_bgconn.c 73 tBLE_ADDR_TYPE addr_type = BLE_ADDR_PUBLIC; local
114 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type);
117 started = btsnd_hcic_ble_add_white_list (addr_type, bd_addr);
119 started = btsnd_hcic_ble_remove_from_white_list (addr_type, bd_addr);
btm_acl.c 2897 tBLE_ADDR_TYPE addr_type; local
    [all...]
btm_ble.c 63 ** addr_type - LE device address type.
69 tBLE_ADDR_TYPE addr_type)
126 p_dev_rec->ble.ble_addr_type = addr_type;
127 BTM_TRACE_DEBUG ("p_dev_rec->device_type =0x%x addr_type=0x%x sec_flags=0x%x",
128 dev_type, addr_type, p_dev_rec->sec_flags);
136 BTM_TRACE_DEBUG ("InqDb device_type =0x%x addr_type=0x%x",
625 BTM_TRACE_DEBUG ("btm_find_dev_type - device_type = %d addr_type = %d", *p_dev_type , *p_addr_type);
718 tBLE_ADDR_TYPE addr_type; local
731 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type);
    [all...]
btm_ble_gap.c 64 static void btm_ble_process_adv_pkt_cont(BD_ADDR bda, UINT8 addr_type, UINT8 evt_type, UINT8 *p);
634 UINT8 addr_type = BLE_ADDR_RANDOM; local
642 STREAM_TO_UINT8 (addr_type, pp);
651 addr_type = match_rec->ble.ble_addr_type;
658 btm_ble_process_adv_pkt_cont(bda, addr_type, evt_type, pp);
2412 UINT8 addr_type = 0; local
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 459 tBLE_ADDR_TYPE addr_type = 0; local
464 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
470 BTM_ReadConnectionAddr( p_cb->pairing_bda, p_cb->local_bda, &p_cb->addr_type);
475 UINT8_TO_STREAM(p, p_cb->addr_type);
477 UINT8_TO_STREAM(p, addr_type);
486 UINT8_TO_STREAM(p, addr_type);
488 UINT8_TO_STREAM(p, p_cb->addr_type);
513 tBLE_ADDR_TYPE addr_type = 0; local
515 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 52 typedef typename ELFDataTypeTypedefHelper<ELFT>::value_type addr_type; typedef in class:__anon29626::DyldELFObject
136 shdr->sh_addr = static_cast<addr_type>(Addr);
148 sym->st_value = static_cast<addr_type>(Addr);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java 56 private static final String EXTRA_ADDR_TYPE = "addr_type";
111 int addr_type = intent.getIntExtra(EXTRA_ADDR_TYPE, 0 /* Static */); local
112 svc.gattTestCommand( 0x02, null, address, type, addr_type, 0,0,0);
186 b.append("\n [--ei addr_type <type>] Possible values:");
ScanFilterQueue.java 53 public byte addr_type; field in class:ScanFilterQueue.Entry
65 return Objects.hash(address, addr_type, type, uuid, uuid_mask, name, company,
79 addr_type == other.addr_type && type == other.type &&
95 entry.addr_type = type;
  /bionic/libc/kernel/uapi/linux/
ipmi.h 26 int addr_type; member in struct:ipmi_addr
34 int addr_type; member in struct:ipmi_system_interface_addr
42 int addr_type; member in struct:ipmi_ipmb_addr
51 int addr_type; member in struct:ipmi_lan_addr
  /development/ndk/platforms/android-L/include/linux/
ipmi.h 26 int addr_type; member in struct:ipmi_addr
34 int addr_type; member in struct:ipmi_system_interface_addr
42 int addr_type; member in struct:ipmi_ipmb_addr
51 int addr_type; member in struct:ipmi_lan_addr
  /external/kernel-headers/original/uapi/linux/
ipmi.h 73 int addr_type; member in struct:ipmi_addr
85 int addr_type; member in struct:ipmi_system_interface_addr
96 int addr_type; member in struct:ipmi_ipmb_addr
121 int addr_type; member in struct:ipmi_lan_addr
236 * supply a valid IPMB address with the addr_type set properly.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ipmi.h 81 int addr_type; member in struct:ipmi_addr
93 int addr_type; member in struct:ipmi_system_interface_addr
104 int addr_type; member in struct:ipmi_ipmb_addr
129 int addr_type; member in struct:ipmi_lan_addr
244 * supply a valid IPMB address with the addr_type set properly.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ipmi.h 81 int addr_type; member in struct:ipmi_addr
93 int addr_type; member in struct:ipmi_system_interface_addr
104 int addr_type; member in struct:ipmi_ipmb_addr
129 int addr_type; member in struct:ipmi_lan_addr
244 * supply a valid IPMB address with the addr_type set properly.
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ipmi.h 26 int addr_type; member in struct:ipmi_addr
34 int addr_type; member in struct:ipmi_system_interface_addr
42 int addr_type; member in struct:ipmi_ipmb_addr
51 int addr_type; member in struct:ipmi_lan_addr
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ipmi.h 26 int addr_type; member in struct:ipmi_addr
34 int addr_type; member in struct:ipmi_system_interface_addr
42 int addr_type; member in struct:ipmi_ipmb_addr
51 int addr_type; member in struct:ipmi_lan_addr
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ipmi.h 26 int addr_type; member in struct:ipmi_addr
34 int addr_type; member in struct:ipmi_system_interface_addr
42 int addr_type; member in struct:ipmi_ipmb_addr
51 int addr_type; member in struct:ipmi_lan_addr
  /external/lldb/source/Commands/
CommandObjectWatchpoint.cpp 1057 AddressType addr_type; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 107 enum addr_types addr_type; member in struct:addr

Completed in 847 milliseconds

1 2 3