Home | History | Annotate | Download | only in btm

Lines Matching refs:page_num

1341         BTM_TRACE_API4 ("ext_features_complt page_num:%d f[0]:x%02x, sm4:%x, pend:%d",
1484 UINT8 status, page_num, max_page;
1492 STREAM_TO_UINT8 (page_num, p);
1511 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_features[page_num], p, HCI_FEATURE_BYTES_PER_PAGE);
1515 if ((page_num < max_page) && (page_num < HCI_EXT_FEATURES_PAGE_MAX))
1517 page_num++;
1518 BTM_TRACE_DEBUG1("BTM reads next remote extended features page (%d)", page_num);
1519 btm_read_remote_ext_features (handle, page_num);
1524 BTM_TRACE_DEBUG1("BTM reached last remote extended features page (%d)", page_num);
1527 btm_process_remote_ext_features (p_acl_cb, (UINT8) (page_num + 1));