Home
last modified time | relevance | path

Searched refs:max_ac_errors (Results 1 – 2 of 2) sorted by relevance

/libbtbb/lib/src/
H A Dbluetooth_packet.c279 int btbb_init(int max_ac_errors) in btbb_init() argument
282 if ( (max_ac_errors < 0) || (max_ac_errors > AC_ERROR_LIMIT) ) { in btbb_init()
288 if ((syndrome_map == NULL) && (max_ac_errors)) in btbb_init()
289 gen_syndrome_map(max_ac_errors); in btbb_init()
369 int max_ac_errors, uint8_t *ac_errors) { in promiscuous_packet_search() argument
412 if (*ac_errors <= max_ac_errors) { in promiscuous_packet_search()
424 int max_ac_errors, uint8_t *ac_errors) { in find_known_lap() argument
435 if (*ac_errors <= max_ac_errors) { in find_known_lap()
445 int max_ac_errors, btbb_packet **pkt_ptr) { in btbb_find_ac() argument
452 max_ac_errors, &ac_errors); in btbb_find_ac()
[all …]
H A Dbtbb.h73 int btbb_init(int max_ac_errors);
93 int max_ac_errors,