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

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

Completed in 25 milliseconds