Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_dm.c378 uint32_t remote_cod; in check_cod() local
383 sizeof(uint32_t), &remote_cod); in check_cod()
386 LOG_INFO("%s remote_cod = 0x%08x cod = 0x%08x", __func__, remote_cod, cod); in check_cod()
387 if ((remote_cod & 0x7ff) == cod) in check_cod()
396 uint32_t remote_cod; in check_cod_hid() local
401 sizeof(uint32_t), &remote_cod); in check_cod_hid()
405 BTIF_TRACE_DEBUG("%s: remote_cod = 0x%06x", __FUNCTION__, remote_cod); in check_cod_hid()
406 if ((remote_cod & 0x700) == cod) in check_cod_hid()