Searched refs:remote_cod (Results 1 – 1 of 1) sorted by relevance
506 uint32_t remote_cod; in get_cod() local511 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() local534 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()