Home
last modified time | relevance | path

Searched defs:data (Results 1 – 4 of 4) sorted by relevance

/libbtbb/python/utils/
H A Dencode_sw.py44 def encode(data): argument
54 data = 0x13000000 | lap variable
56 data = 0x2c000000 | lap variable
/libbtbb/tests/
H A Dtest_header.c59 uint8_t data[20][7] = { in test_gen_packet_header() local
/libbtbb/lib/src/
H A Dbluetooth_packet.c467 void btbb_packet_set_data(btbb_packet *pkt, char *data, int length, in btbb_packet_set_data()
571 static uint16_t fec23(uint16_t data) in fec23()
593 uint16_t data, codeword; in unfec23() local
693 static uint8_t uap_from_hec(uint16_t data, uint8_t hec) in uap_from_hec()
H A Dpcap.c114 void btbb_pcap_dump(FILE *file, pcaprec_hdr_t *pcap_header, u_char *data) { in btbb_pcap_dump()