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

12

/system/bt/stack/btm/
H A Dbtm_ble_batchscan.c91 STREAM_TO_UINT8(adv_data.addr_type, p);
119 STREAM_TO_UINT8(adv_data.addr_type, p);
125 adv_data.addr_type, adv_data.advertiser_state);
538 ** addr_type - Address type
544 UINT32 scan_interval, UINT32 scan_window, tBLE_ADDR_TYPE addr_type,
553 // Override param and decide addr_type based on own addr type
555 addr_type = btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type;
561 UINT8_TO_STREAM (pp_scan, addr_type);
615 ble_batchscan_cb.addr_type, ble_batchscan_cb.discard_rule)) != BTM_CMD_STARTED)
725 UINT32 scan_interval, UINT32 scan_window, tBLE_ADDR_TYPE addr_type,
543 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
724 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_addr.c394 tBTM_SEC_DEV_REC* btm_find_dev_by_identity_addr(BD_ADDR bd_addr, UINT8 addr_type) argument
402 (addr_type & (~BLE_ADDR_TYPE_ID_BIT)))
404 __func__, p_dev_rec->ble.static_addr_type, addr_type);
H A Dbtm_ble_bgconn.c178 UINT8 addr_type = BTM_IS_PUBLIC_BDA(bd_addr) ? BLE_ADDR_PUBLIC : BLE_ADDR_RANDOM; local
179 started = btsnd_hcic_ble_remove_from_white_list(addr_type, bd_addr);
181 started = btsnd_hcic_ble_add_white_list(addr_type, bd_addr);
H A Dbtm_ble_gap.c71 static void btm_ble_process_adv_pkt_cont(BD_ADDR bda, UINT8 addr_type, UINT8 evt_type, UINT8 *p);
742 UINT8 addr_type = BLE_ADDR_RANDOM; local
750 STREAM_TO_UINT8 (addr_type, pp);
768 btm_ble_process_adv_pkt_cont(bda, addr_type, evt_type, pp);
2524 BOOLEAN btm_ble_update_inq_result(tINQ_DB_ENT *p_i, UINT8 addr_type, UINT8 evt_type, UINT8 *p) argument
2550 p_cur->ble_addr_type = addr_type;
2670 void btm_send_sel_conn_callback(BD_ADDR remote_bda, UINT8 evt_type, UINT8 *p_data, UINT8 addr_type) argument
2674 UNUSED(addr_type);
2719 UINT8 addr_type = 0; local
2737 STREAM_TO_UINT8 (addr_type,
2774 btm_ble_process_adv_pkt_cont(BD_ADDR bda, UINT8 addr_type, UINT8 evt_type, UINT8 *p) argument
[all...]
H A Dbtm_ble.c67 ** addr_type - LE device address type.
73 tBLE_ADDR_TYPE addr_type)
109 p_dev_rec->ble.ble_addr_type = addr_type;
118 BTM_TRACE_DEBUG("InqDb device_type =0x%x addr_type=0x%x",
648 BTM_TRACE_DEBUG ("btm_find_dev_type - device_type = %d addr_type = %d", *p_dev_type , *p_addr_type);
789 tBLE_ADDR_TYPE addr_type; local
802 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type);
1203 p_rec->ble.static_addr_type = p_keys->pid_key.addr_type;
1837 tBLE_ADDR_TYPE addr_type, BOOLEAN addr_matched)
1879 p_dev_rec->ble.ble_addr_type = addr_type;
72 BTM_SecAddBleDevice(BD_ADDR bd_addr, BD_NAME bd_name, tBT_DEVICE_TYPE dev_type, tBLE_ADDR_TYPE addr_type) argument
1836 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.h370 extern void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, tBLE_ADDR_TYPE addr_type, BOOLEAN addr_matched);
H A Dbtm_acl.c1981 tBLE_ADDR_TYPE addr_type; local
1992 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type);
/system/bt/btif/include/
H A Dbtif_storage.h297 int *addr_type);
300 UINT8 addr_type);
/system/bt/btif/src/
H A Dbtif_storage.c497 const uint8_t addr_type, const bool add_key, bool *device_added, bool *key_found)
514 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
1190 int addr_type; local
1206 if (btif_storage_get_remote_addr_type(&bd_addr, &addr_type) != BT_STATUS_SUCCESS)
1208 addr_type = BLE_ADDR_PUBLIC;
1213 bd_addr, addr_type, add, &device_added, &key_found);
1216 bd_addr, addr_type, add, &device_added, &key_found);
1219 bd_addr, addr_type, add, &device_added, &key_found);
1222 bd_addr, addr_type, add, &device_added, &key_found);
1225 bd_addr, addr_type, ad
496 btif_read_le_key(const uint8_t key_type, const size_t key_len, bt_bdaddr_t bd_addr, const uint8_t addr_type, const bool add_key, bool *device_added, bool *key_found) argument
1243 btif_storage_set_remote_addr_type(bt_bdaddr_t *remote_bd_addr, UINT8 addr_type) argument
[all...]
H A Dbtif_gatt_client.c138 tBLE_ADDR_TYPE addr_type; member in struct:__anon648
167 uint8_t addr_type; member in struct:__anon649
198 uint8_t addr_type; member in struct:__anon650
225 uint8_t addr_type; member in struct:__anon653
376 static void btif_gattc_add_remote_bdaddr (BD_ADDR p_bda, uint8_t addr_type) argument
384 p_dev_cb->addr_type = addr_type;
395 p_dev_cb->addr_type = addr_type;
589 if ((p_btif_cb->addr_type !
1140 int addr_type = 0; local
1905 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
2090 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_gatt_server.c383 int addr_type = 0; local
387 if (btif_get_address_type(p_cb->bd_addr.address, &addr_type) &&
391 BTA_DmAddBleDevice(p_cb->bd_addr.address, addr_type, device_type);
H A Dbtif_dm.c708 int addr_type; local
717 if (btif_storage_get_remote_addr_type(bd_addr, &addr_type) != BT_STATUS_SUCCESS)
723 (btif_storage_get_remote_addr_type(bd_addr, &addr_type) == BT_STATUS_SUCCESS) &&
726 BTA_DmAddBleDevice(bd_addr->address, addr_type, device_type);
1154 btif_storage_set_remote_addr_type(&bd_addr, p_auth_cmpl->addr_type);
1368 int addr_type = 0; local
1406 addr_type = p_search_data->inq_res.ble_addr_type;
1422 status = btif_storage_set_remote_addr_type(&bdaddr, addr_type);
3065 int addr_type; local
3068 if (btif_storage_get_remote_addr_type(&bdaddr, &addr_type) !
[all...]
/system/bt/stack/smp/
H A Dsmp_utils.c1355 tBLE_ADDR_TYPE addr_type = 0; local
1361 BTM_ReadConnectionAddr( p_cb->pairing_bda, bda, &addr_type);
1363 UINT8_TO_STREAM(p, addr_type);
1378 tBLE_ADDR_TYPE addr_type = 0; local
1384 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda, &addr_type))
1391 UINT8_TO_STREAM(p, addr_type);
H A Dsmp_keys.c504 tBLE_ADDR_TYPE addr_type = 0; local
509 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
515 BTM_ReadConnectionAddr( p_cb->pairing_bda, p_cb->local_bda, &p_cb->addr_type);
520 UINT8_TO_STREAM(p, p_cb->addr_type);
522 UINT8_TO_STREAM(p, addr_type);
531 UINT8_TO_STREAM(p, addr_type);
533 UINT8_TO_STREAM(p, p_cb->addr_type);
559 tBLE_ADDR_TYPE addr_type = 0; local
561 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
H A Dsmp_int.h334 UINT8 addr_type; member in struct:__anon1290
H A Dsmp_act.c1054 STREAM_TO_UINT8(pid_key.addr_type, p);
1060 p_cb->id_addr_type = pid_key.addr_type;
/system/bt/stack/include/
H A Dhcimsgs.h711 UINT8 addr_type, UINT8 scan_filter_policy);
726 extern BOOLEAN btsnd_hcic_ble_add_white_list (UINT8 addr_type, BD_ADDR bda);
728 extern BOOLEAN btsnd_hcic_ble_remove_from_white_list (UINT8 addr_type, BD_ADDR bda);
H A Dbtm_ble_api.h587 tBLE_ADDR_TYPE addr_type; member in struct:__anon1108
888 typedef void (tBTM_BLE_SCAN_REQ_CBACK)(BD_ADDR remote_bda, tBLE_ADDR_TYPE addr_type, UINT8 adv_evt);
910 ** addr_type - LE device address type.
916 tBT_DEVICE_TYPE dev_type, tBLE_ADDR_TYPE addr_type);
1058 tBLE_ADDR_TYPE addr_type - Address type
1067 tBLE_ADDR_TYPE addr_type,
H A Dbtm_api.h1672 tBLE_ADDR_TYPE addr_type; member in struct:__anon1070
/system/bt/bta/dm/
H A Dbta_dm_api.c667 ** addr_type - LE device address type.
672 void BTA_DmAddBleDevice(BD_ADDR bd_addr, tBLE_ADDR_TYPE addr_type, tBT_DEVICE_TYPE dev_type) argument
680 p_msg->addr_type = addr_type;
1013 ** addr_type - Address type
1022 tBLE_ADDR_TYPE addr_type,
1033 p_msg->addr_type = addr_type;
1019 BTA_DmBleEnableBatchScan(tBTA_BLE_BATCH_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
H A Dbta_dm_act.c2236 tBLE_ADDR_TYPE addr_type; local
2238 BTM_ReadDevInfo(remote_bd_addr, &dev_type, &addr_type);
2239 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM)
2764 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, &sec_event.auth_cmpl.addr_type);
2808 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, &sec_event.auth_cmpl.addr_type);
4400 BTM_ReadDevInfo(bda, &sec_event.auth_cmpl.dev_type, &sec_event.auth_cmpl.addr_type);
4514 p_data->add_ble_device.addr_type))
4984 p_data->ble_enable_scan.addr_type,
H A Dbta_dm_int.h403 tBLE_ADDR_TYPE addr_type; member in struct:__anon101
565 tBLE_ADDR_TYPE addr_type; member in struct:__anon120
/system/bt/stack/hcic/
H A Dhciblecmds.c292 BOOLEAN btsnd_hcic_ble_add_white_list (UINT8 addr_type, BD_ADDR bda) argument
303 UINT8_TO_STREAM (pp, addr_type);
310 BOOLEAN btsnd_hcic_ble_remove_from_white_list (UINT8 addr_type, BD_ADDR bda) argument
321 UINT8_TO_STREAM (pp, addr_type);
/system/bt/bta/include/
H A Dbta_api.h722 tBLE_ADDR_TYPE addr_type; /* Peer device address type */ member in struct:__anon300
1762 ** addr_type - LE device address type.
1767 extern void BTA_DmAddBleDevice(BD_ADDR bd_addr, tBLE_ADDR_TYPE addr_type,
2168 ** addr_type - Address type
2177 tBLE_ADDR_TYPE addr_type,
/system/bt/stack/l2cap/
H A Dl2c_utils.c2290 tBLE_ADDR_TYPE addr_type; local
2293 BTM_ReadDevInfo(p_lcb->remote_bd_addr, &dev_type, &addr_type);
2300 p_lcb->ble_addr_type = addr_type;

Completed in 451 milliseconds

12