Searched defs:clock (Results 1 – 2 of 2) sorted by relevance
/libbtbb/lib/src/ |
H A D | bluetooth_packet.c | 653 static void unwhiten(char* input, char* output, int clock, int length, int skip, btbb_packet* pkt) in unwhiten() 708 int crc_check(int clock, btbb_packet* pkt) in crc_check() 783 int fhs(int clock, btbb_packet* pkt) in fhs() 821 static int decode_payload_header(char *stream, int clock, int header_bytes, int size, int fec, btbb… in decode_payload_header() 898 int DM(int clock, btbb_packet* pkt) in DM() 962 int DH(int clock, btbb_packet* pkt) in DH() 1013 int EV3(int clock, btbb_packet* pkt) in EV3() 1044 int EV4(int clock, btbb_packet* pkt) in EV4() 1099 int EV5(int clock, btbb_packet* pkt) in EV5() 1131 int HV(int clock, btbb_packet* pkt) in HV() [all …]
|
H A D | bluetooth_piconet.c | 412 char single_hop(int clock, btbb_piconet *pn) in single_hop() 444 char hop(int clock, btbb_piconet *pn) in hop() 478 uint32_t clock; in btbb_init_hop_reversal() local 680 int clock = (count + clkn - pn->first_pkt_time) % 64; in btbb_uap_from_header() local
|