Home | History | Annotate | Download | only in gatt

Lines Matching refs:hdr

93         p_buf->hdr.event    = BTA_GATTC_API_REG_EVT;
121 p_buf->hdr.event = BTA_GATTC_API_DEREG_EVT;
148 p_buf->hdr.event = BTA_GATTC_API_OPEN_EVT;
180 p_buf->hdr.event = BTA_GATTC_API_CANCEL_OPEN_EVT;
242 p_buf->hdr.event = BTA_GATTC_API_SEARCH_EVT;
243 p_buf->hdr.layer_specific = conn_id;
531 p_buf->hdr.event = BTA_GATTC_API_READ_EVT;
532 p_buf->hdr.layer_specific = conn_id;
565 p_buf->hdr.event = BTA_GATTC_API_READ_EVT;
566 p_buf->hdr.layer_specific = conn_id;
604 p_buf->hdr.event = BTA_GATTC_API_READ_MULTI_EVT;
605 p_buf->hdr.layer_specific = conn_id;
653 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT;
654 p_buf->hdr.layer_specific = conn_id;
703 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT;
704 p_buf->hdr.layer_specific = conn_id;
750 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT;
751 p_buf->hdr.layer_specific = conn_id;
792 p_buf->hdr.event = BTA_GATTC_API_EXEC_EVT;
793 p_buf->hdr.layer_specific = conn_id;
825 p_buf->hdr.event = BTA_GATTC_API_CONFIRM_EVT;
826 p_buf->hdr.layer_specific = conn_id;
994 p_buf->hdr.event = BTA_GATTC_API_REFRESH_EVT;