OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_crc
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/tools/
ubcsp.h
122
uint16
send_crc
;
member in struct:ubcsp_configuration
ubcsp.c
766
ubcsp_config.
send_crc
= -1;
867
ubcsp_config.
send_crc
= ubcsp_calc_crc (value, ubcsp_config.
send_crc
);
904
ubcsp_config.
send_crc
= ubcsp_crc_reverse (ubcsp_config.
send_crc
);
906
/* Save in the
send_crc
buffer */
908
ubcsp_send_crc[0] = (uint8) (ubcsp_config.
send_crc
>> 8);
909
ubcsp_send_crc[1] = (uint8) ubcsp_config.
send_crc
;
[
all
...]
Completed in 143 milliseconds