Searched refs:max_page (Results 1 – 1 of 1) sorted by relevance
1089 uint8_t page_num, max_page; in btm_read_remote_ext_features_complete() local1106 STREAM_TO_UINT8(max_page, p); in btm_read_remote_ext_features_complete()1116 if (max_page > HCI_EXT_FEATURES_PAGE_MAX) { in btm_read_remote_ext_features_complete()1118 max_page); in btm_read_remote_ext_features_complete()1129 if (page_num > max_page) { in btm_read_remote_ext_features_complete()1132 "invalid", page_num, max_page); in btm_read_remote_ext_features_complete()1143 if ((page_num < max_page) && (page_num < HCI_EXT_FEATURES_PAGE_MAX)) { in btm_read_remote_ext_features_complete()