Lines Matching refs:remote_bdaddr
414 bt_bdaddr_t remote_bdaddr; in check_cached_remote_name() local
418 bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr); in check_cached_remote_name()
422 &remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS) in check_cached_remote_name()
435 static uint32_t get_cod(const bt_bdaddr_t *remote_bdaddr) { in get_cod() argument
442 …if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, &prop_name) == BT_STATUS… in get_cod()
451 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod) in check_cod() argument
453 return get_cod(remote_bdaddr) == cod; in check_cod()
456 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr) in check_cod_hid() argument
458 return (get_cod(remote_bdaddr) & COD_HID_MASK) == COD_HID_MAJOR; in check_cod_hid()
461 BOOLEAN check_hid_le(const bt_bdaddr_t *remote_bdaddr) in check_hid_le() argument
469 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, in check_hid_le()
475 bdaddr_to_string(remote_bdaddr, bdstr, sizeof(bdstr)); in check_hid_le()
494 BOOLEAN check_sdp_bl(const bt_bdaddr_t *remote_bdaddr) in check_sdp_bl() argument
502 if (remote_bdaddr == NULL) in check_sdp_bl()
506 BTM_ReadRemoteVersion(*(BD_ADDR*)remote_bdaddr, &lmp_ver, in check_sdp_bl()
513 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, in check_sdp_bl()