Searched defs:max_page (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluez/tools/
H A Dhciconfig.c367 uint8_t features[8], max_page = 0; local
384 if (hci_read_local_ext_features(dd, 0, &max_page, features, 1000) < 0) {
393 (max_page > 0) ? " page 0" : "",
401 for (i = 1; i <= max_page; i++) {
H A Dhcitool.c828 uint8_t features[8], max_page = 0; local
927 hci_read_remote_ext_features(dd, handle, 0, &max_page,
932 (max_page > 0) ? " page 0" : "",
940 for (i = 1; i <= max_page; i++) {
/external/bluetooth/bluez/lib/
H A Dhci.c1350 int hci_read_remote_ext_features(int dd, uint16_t handle, uint8_t page, uint8_t *max_page, uint8_t *features, int to) argument
1377 if (max_page)
1378 *max_page = rp.max_page_num;
1493 int hci_read_local_ext_features(int dd, uint8_t page, uint8_t *max_page, uint8_t *features, int to) argument
1517 if (max_page)
1518 *max_page = rp.max_page_num;

Completed in 94 milliseconds