Home | History | Annotate | Download | only in btm

Lines Matching defs:page_num

1378         BTM_TRACE_API ("ext_features_complt page_num:%d f[0]:x%02x, sm4:%x, pend:%d",
1521 UINT8 status, page_num, max_page;
1529 STREAM_TO_UINT8 (page_num, p);
1548 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_features[page_num], p, HCI_FEATURE_BYTES_PER_PAGE);
1552 if ((page_num < max_page) && (page_num < HCI_EXT_FEATURES_PAGE_MAX))
1554 page_num++;
1555 BTM_TRACE_DEBUG("BTM reads next remote extended features page (%d)", page_num);
1556 btm_read_remote_ext_features (handle, page_num);
1561 BTM_TRACE_DEBUG("BTM reached last remote extended features page (%d)", page_num);
1564 btm_process_remote_ext_features (p_acl_cb, (UINT8) (page_num + 1));