Searched refs:addr_type (Results 1 - 25 of 38) sorted by relevance

12

/external/kernel-headers/original/uapi/linux/
H A Dipmi.h73 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.
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_batchscan.c64 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_rul
503 btm_ble_set_batchscan_param(tBTM_BLE_BATCH_SCAN_MODE scan_mode, UINT32 scan_interval, UINT32 scan_window, tBLE_ADDR_TYPE addr_type, tBTM_BLE_DISCARD_RULE discard_rule) argument
680 BTM_BleEnableBatchScan(tBTM_BLE_BATCH_SCAN_MODE scan_mode, UINT32 scan_interval, UINT32 scan_window, tBLE_ADDR_TYPE addr_type, tBTM_BLE_DISCARD_RULE discard_rule, tBTM_BLE_REF_VALUE ref_value) argument
[all...]
H A Dbtm_ble_bgconn.c73 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);
H A Dbtm_ble_gap.c64 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;
654 btm_ble_process_adv_pkt_cont(bda, addr_type, evt_type, pp);
847 if (btm_cb.ble_ctr_cb.privacy && /* own addr_type is random */
2238 BOOLEAN btm_ble_update_inq_result(tINQ_DB_ENT *p_i, UINT8 addr_type, UINT8 evt_type, UINT8 *p) argument
2264 p_cur->ble_addr_type = addr_type;
2359 void btm_send_sel_conn_callback(BD_ADDR remote_bda, UINT8 evt_type, UINT8 *p_data, UINT8 addr_type) argument
2363 UNUSED(addr_type);
2408 UINT8 addr_type = 0; local
2479 btm_ble_process_adv_pkt_cont(BD_ADDR bda, UINT8 addr_type, UINT8 evt_type, UINT8 *p) argument
[all...]
H A Dbtm_ble.c63 ** 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);
921 p_rec->ble.static_addr_type = p_keys->pid_key.addr_type;
68 BTM_SecAddBleDevice(BD_ADDR bd_addr, BD_NAME bd_name, tBT_DEVICE_TYPE dev_type, tBLE_ADDR_TYPE addr_type) argument
1564 btm_ble_connected(UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, tBLE_ADDR_TYPE addr_type, BOOLEAN addr_matched) argument
[all...]
H A Dbtm_ble_int.h325 extern void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, tBLE_ADDR_TYPE addr_type, BOOLEAN addr_matched);
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_storage.h337 int *addr_type);
340 UINT8 addr_type);
H A Dbtif_dm.h96 tBLE_ADDR_TYPE addr_type; member in struct:__anon1007
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_keys.c458 tBLE_ADDR_TYPE addr_type = 0; local
463 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
469 BTM_ReadConnectionAddr( p_cb->pairing_bda, p_cb->local_bda, &p_cb->addr_type);
474 UINT8_TO_STREAM(p, p_cb->addr_type);
476 UINT8_TO_STREAM(p, addr_type);
485 UINT8_TO_STREAM(p, addr_type);
487 UINT8_TO_STREAM(p, p_cb->addr_type);
512 tBLE_ADDR_TYPE addr_type = 0; local
514 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
H A Dsmp_int.h201 UINT8 addr_type; member in struct:__anon1720
/external/lldb/source/Core/
H A DValueObjectChild.cpp145 AddressType addr_type = parent->GetAddressTypeOfChildren(); local
147 switch (addr_type)
/external/bluetooth/bluedroid/vnd/include/
H A Dvendor_ble.h123 extern BOOLEAN btm_ble_vendor_write_device_wl_attribute (tBLE_ADDR_TYPE addr_type, BD_ADDR bd_addr, UINT8 attribute);
/external/ppp/pppd/
H A Dcbcp.c310 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/btif/src/
H A Dbtif_gatt_client.c151 tBLE_ADDR_TYPE addr_type; member in struct:__anon1066
173 uint8_t addr_type; member in struct:__anon1067
203 uint8_t addr_type; member in struct:__anon1068
230 uint8_t addr_type; member in struct:__anon1071
338 static void btif_gattc_add_remote_bdaddr (BD_ADDR p_bda, uint8_t addr_type) argument
347 p_dev_cb->addr_type = addr_type;
358 p_dev_cb->addr_type = addr_type;
407 btif_storage_set_remote_addr_type( &p_btif_cb->bd_addr, p_btif_cb->addr_type);
1001 bta_track_adv_event_cb(int filt_index, tBLE_ADDR_TYPE addr_type, BD_ADDR bda, int adv_state, tBTA_DM_BLE_REF_VALUE ref_value) argument
1113 int addr_type = 0; local
2011 btif_gattc_scan_filter_add_remove(int client_if, int action, int filt_type, int filt_index, int company_id, int company_id_mask, const bt_uuid_t *p_uuid, const bt_uuid_t *p_uuid_mask, const bt_bdaddr_t *bd_addr, char addr_type, int data_len, char* p_data, int mask_len, char* p_mask) argument
2201 btif_gattc_enb_batch_scan(int client_if,int scan_mode, int scan_interval, int scan_window, int addr_type, int discard_rule) argument
[all...]
H A Dbtif_storage.c181 int *addr_type);
1173 int addr_type; local
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_BL
1343 btif_storage_set_remote_addr_type(bt_bdaddr_t *remote_bd_addr, UINT8 addr_type) argument
[all...]
H A Dbtif_gatt_server.c390 int addr_type = 0; local
394 if (btif_get_address_type(p_cb->bd_addr.address, &addr_type) &&
398 BTA_DmAddBleDevice(p_cb->bd_addr.address, addr_type, device_type);
H A Dbtif_dm.c636 int addr_type; local
645 if (btif_storage_get_remote_addr_type(bd_addr, &addr_type) != BT_STATUS_SUCCESS)
651 (btif_storage_get_remote_addr_type(bd_addr, &addr_type) == BT_STATUS_SUCCESS) &&
654 BTA_DmAddBleDevice(bd_addr->address, addr_type, BT_DEVICE_TYPE_BLE);
1268 UINT8 addr_type; local
1295 addr_type = p_search_data->inq_res.ble_addr_type;
1311 status = btif_storage_set_remote_addr_type(&bdaddr, addr_type);
1768 pairing_cb.ble.pid_key.addr_type = p_data->ble_key.key_value.pid_key.addr_type;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_header.h94 uint16_t addr_type[2]; /* array of supported address types */ member in struct:sctp_supported_addr_param
199 uint32_t addr_type; /* address type */ member in struct:sctp_state_cookie
247 uint16_t addr_type; member in struct:sctp_unresolv_addr
/external/lldb/source/API/
H A DSBValue.cpp1455 AddressType addr_type; local
1456 value = value_sp->GetAddressOf(scalar_is_load_address, &addr_type);
1457 if (addr_type == eAddressTypeFile)
1469 else if (addr_type == eAddressTypeHost || addr_type == eAddressTypeInvalid)
1493 AddressType addr_type; local
1494 value = value_sp->GetAddressOf(scalar_is_load_address, &addr_type);
1495 if (addr_type == eAddressTypeFile)
1501 else if (addr_type == eAddressTypeLoad)
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h531 tBLE_ADDR_TYPE addr_type; member in struct:__anon1492
766 typedef void (tBTM_BLE_TRACK_ADV_CBACK)(int filt_index, tBLE_ADDR_TYPE addr_type, BD_ADDR bda,
820 typedef void (tBTM_BLE_SCAN_REQ_CBACK)(BD_ADDR remote_bda, tBLE_ADDR_TYPE addr_type, UINT8 adv_evt);
841 ** addr_type - LE device address type.
847 tBT_DEVICE_TYPE dev_type, tBLE_ADDR_TYPE addr_type);
985 tBLE_ADDR_TYPE addr_type - Address type
994 tBLE_ADDR_TYPE addr_type,
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1310 ** addr_type - LE device address type.
1315 void BTA_DmAddBleDevice(BD_ADDR bd_addr, tBLE_ADDR_TYPE addr_type, tBT_DEVICE_TYPE dev_type) argument
1326 p_msg->addr_type = addr_type;
1629 ** addr_type - Address type
1638 tBLE_ADDR_TYPE addr_type,
1650 p_msg->addr_type = addr_type;
1635 BTA_DmBleEnableBatchScan(tBTA_BLE_SCAN_MODE scan_mode, UINT32 scan_interval, UINT32 scan_window, tBTA_BLE_DISCARD_RULE discard_rule, tBLE_ADDR_TYPE addr_type, tBTA_DM_BLE_REF_VALUE ref_value) argument
/external/bluetooth/bluedroid/stack/hcic/
H A Dhciblecmds.c434 BOOLEAN btsnd_hcic_ble_add_white_list (UINT8 addr_type, BD_ADDR bda) argument
450 UINT8_TO_STREAM (pp, addr_type);
457 BOOLEAN btsnd_hcic_ble_remove_from_white_list (UINT8 addr_type, BD_ADDR bda) argument
473 UINT8_TO_STREAM (pp, addr_type);
/external/chromium_org/third_party/webrtc/base/
H A Dsocketadapters.cc784 uint8 ver, command, reserved, addr_type;
790 !request->ReadUInt8(&addr_type) ||
798 reserved != 0 || addr_type != 1) {
/external/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp1057 AddressType addr_type; local
1058 addr = valobj_sp->GetAddressOf(false, &addr_type);
1059 if (addr_type == eAddressTypeLoad)
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h1155 typedef void (tBTA_BLE_TRACK_ADV_CBACK)(int filt_index, tBLE_ADDR_TYPE addr_type, BD_ADDR bda,
2082 ** addr_type - LE device address type.
2087 BTA_API extern void BTA_DmAddBleDevice(BD_ADDR bd_addr, tBLE_ADDR_TYPE addr_type,
2472 ** addr_type - Address type
2481 tBLE_ADDR_TYPE addr_type,

Completed in 580 milliseconds

12