Lines Matching refs:remote_bdaddr
462 static uint32_t get_cod(const RawAddress* remote_bdaddr) { in get_cod() argument
470 (RawAddress*)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS) { in get_cod()
478 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in check_cod() argument
479 return get_cod(remote_bdaddr) == cod; in check_cod()
482 bool check_cod_hid(const RawAddress* remote_bdaddr) { in check_cod_hid() argument
483 return (get_cod(remote_bdaddr) & COD_HID_MASK) == COD_HID_MAJOR; in check_cod_hid()
486 bool check_hid_le(const RawAddress* remote_bdaddr) { in check_hid_le() argument
494 (RawAddress*)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS) { in check_hid_le()
496 if (btif_config_exist(remote_bdaddr->ToString().c_str(), "HidAppId")) in check_hid_le()
514 bool check_sdp_bl(const RawAddress* remote_bdaddr) { in check_sdp_bl() argument
521 if (remote_bdaddr == NULL) return false; in check_sdp_bl()
524 BTM_ReadRemoteVersion(*remote_bdaddr, &lmp_ver, &manufacturer, &lmp_subver); in check_sdp_bl()
530 if (btif_storage_get_remote_device_property(remote_bdaddr, &prop_name) != in check_sdp_bl()