Searched defs:fec (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluez/tools/
H A Dhciconfig.c1255 uint8_t fec = 0, data[HCI_MAX_EIR_LENGTH]; local
1271 if (hci_write_ext_inquiry_response(dd, fec, data, 2000) < 0) {
1277 uint8_t fec, data[HCI_MAX_EIR_LENGTH], len, type, *ptr; local
1280 if (hci_read_ext_inquiry_response(dd, &fec, data, 1000) < 0) {
1287 printf("\tFEC %s\n\t\t", fec ? "enabled" : "disabled");
/external/bluetooth/bluez/lib/
H A Dhci.c2274 int hci_read_ext_inquiry_response(int dd, uint8_t *fec, uint8_t *data, int to) argument
2293 *fec = rp.fec;
2299 int hci_write_ext_inquiry_response(int dd, uint8_t fec, uint8_t *data, int to) argument
2306 cp.fec = fec;
/external/bluetooth/bluez/lib/bluetooth/
H A Dhci.h1098 uint8_t fec; member in struct:__anon521
1105 uint8_t fec; member in struct:__anon522
/external/qemu/hw/
H A Dbt.h1164 uint8_t fec; member in struct:__anon9533
1171 uint8_t fec; member in struct:__anon9534

Completed in 101 milliseconds