Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc506 uint32_t remote_cod; in get_cod() local
511 sizeof(uint32_t), &remote_cod); in get_cod()
514 return remote_cod; in get_cod()
533 uint32_t remote_cod = get_cod(&bd_addr); in check_cod_hid_major() local
534 return (remote_cod & COD_HID_MASK) == COD_HID_MAJOR && in check_cod_hid_major()
535 (remote_cod & COD_HID_SUB_MAJOR) == (cod & COD_HID_SUB_MAJOR); in check_cod_hid_major()