Searched refs:old_cod (Results 1 – 2 of 2) sorted by relevance
705 uint32_t old_cod = get_cod(&bdaddr); in btif_update_remote_properties() local709 if ((cod == 0 || cod == COD_UNCLASSIFIED) && old_cod != 0) { in btif_update_remote_properties()710 cod = old_cod; in btif_update_remote_properties()713 if (old_cod != cod) { in btif_update_remote_properties()714 log::info("{} CoD: 0x{:06x} -> 0x{:06x}", bdaddr, old_cod, cod); in btif_update_remote_properties()1470 uint32_t old_cod = get_cod(&bdaddr); in btif_dm_search_devices_evt() local1473 if (cod == COD_UNCLASSIFIED && old_cod != 0) { in btif_dm_search_devices_evt()1474 cod = old_cod; in btif_dm_search_devices_evt()1478 if (old_cod != cod) { in btif_dm_search_devices_evt()1479 log::info("{} CoD: 0x{:06x} -> 0x{:06x}", bdaddr, old_cod, cod); in btif_dm_search_devices_evt()
337 DEV_CLASS old_cod = BTM_ReadDeviceClass(); in BTM_SetDiscoverability() local338 BTM_COD_SERVICE_CLASS(service_class, old_cod); in BTM_SetDiscoverability()342 BTM_COD_MINOR_CLASS(minor, old_cod); in BTM_SetDiscoverability()343 BTM_COD_MAJOR_CLASS(major, old_cod); in BTM_SetDiscoverability()