Home
last modified time | relevance | path

Searched refs:remote_bdaddr (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc505 static uint32_t get_cod(const RawAddress* remote_bdaddr) { in get_cod() argument
513 (RawAddress*)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS) { in get_cod()
520 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in check_cod() argument
521 return (get_cod(remote_bdaddr) & COD_DEVICE_MASK) == cod; in check_cod()
524 bool check_cod_hid(const RawAddress* remote_bdaddr) { in check_cod_hid() argument
525 return (get_cod(remote_bdaddr) & COD_HID_MASK) == COD_HID_MAJOR; in check_cod_hid()
552 static bool check_sdp_bl(const RawAddress* remote_bdaddr) { in check_sdp_bl() argument
556 if (remote_bdaddr == NULL) return false; in check_sdp_bl()
562 if (btif_storage_get_remote_device_property(remote_bdaddr, &prop_name) != in check_sdp_bl()
Dbtif_hd.cc61 bool check_cod_hid(const RawAddress* remote_bdaddr);
Dbtif_hh.cc151 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod);
152 bool check_cod_hid(const RawAddress* remote_bdaddr);
Dbtif_rc.cc412 bool check_cod(const RawAddress& remote_bdaddr, uint32_t cod);