Searched refs:btif_get_cod (Results 1 – 1 of 1) sorted by relevance
482 static uint32_t btif_get_cod(const RawAddress* remote_bdaddr) { in btif_get_cod() function492 return (btif_get_cod(remote_bdaddr) & COD_DEVICE_MASK) == cod; in btif_check_cod()496 return (btif_get_cod(&bd_addr) & PHONE_COD_MAJOR_CLASS_MASK) == (BTM_COD_MAJOR_PHONE << 8); in btif_check_cod_phone()500 return (btif_get_cod(&bd_addr) & COD_HID_MASK) == COD_HID_MAJOR; in btif_check_cod_hid()504 uint32_t remote_cod = btif_get_cod(&bd_addr); in btif_check_cod_hid_major()510 return (btif_get_cod(&bd_addr) & COD_CLASS_LE_AUDIO) == COD_CLASS_LE_AUDIO; in btif_check_cod_le_audio()666 uint32_t old_cod = btif_get_cod(&bdaddr); in btif_update_remote_properties()1409 uint32_t old_cod = btif_get_cod(&bdaddr); in btif_dm_search_devices_evt()1924 uint32_t cod = btif_get_cod(&bd_addr); in btif_on_name_read()