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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c364 uint32_t remote_cod; local
369 sizeof(uint32_t), &remote_cod);
372 BTIF_TRACE_ERROR("%s: remote_cod = 0x%06x", __FUNCTION__, remote_cod);
373 if ((remote_cod & 0x7ff) == cod)
382 uint32_t remote_cod; local
387 sizeof(uint32_t), &remote_cod);
391 BTIF_TRACE_DEBUG("%s: remote_cod = 0x%06x", __FUNCTION__, remote_cod);
392 if ((remote_cod
[all...]

Completed in 45 milliseconds