Home
last modified time | relevance | path

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

/libbtbb/python/utils/
H A Dle_whitening.py4 bits = [] variable
8 while not (len(bits) and reg==0x57):
10 channels[reg & 0x3f] = len(bits)
12 bits.append(bit)
17 print bits
/libbtbb/lib/src/
H A Dbluetooth_packet.c211 static uint8_t air_to_host8(const char *air_order, const int bits) in air_to_host8() argument
215 for (i = 0; i < bits; i++) in air_to_host8()
219 static uint16_t air_to_host16(const char *air_order, const int bits) in air_to_host16() argument
223 for (i = 0; i < bits; i++) in air_to_host16()
227 static uint32_t air_to_host32(const char *air_order, const int bits) in air_to_host32() argument
231 for (i = 0; i < bits; i++) in air_to_host32()
235 static uint64_t air_to_host64(const char *air_order, const int bits) in air_to_host64() argument
239 for (i = 0; i < bits; i++) in air_to_host64()
1025 int bits; in EV3() local
1031 bits = pkt->payload_length * 8; in EV3()
[all …]
/libbtbb/wireshark/plugins-legacy/btle/
H A Dwireshark-1.8-btle-ppi.patch199 + "High bits of native clock", HFILL } },