Lines Matching refs:hdr
134 p_buf->hdr.event = BTA_GATTC_API_OPEN_EVT; in BTA_GATTC_Open()
165 p_buf->hdr.event = BTA_GATTC_API_CANCEL_OPEN_EVT; in BTA_GATTC_CancelOpen()
210 p_buf->hdr.event = BTA_GATTC_API_CFG_MTU_EVT; in BTA_GATTC_ConfigureMTU()
211 p_buf->hdr.layer_specific = conn_id; in BTA_GATTC_ConfigureMTU()
238 p_buf->hdr.event = BTA_GATTC_API_SEARCH_EVT; in BTA_GATTC_ServiceSearchRequest()
239 p_buf->hdr.layer_specific = conn_id; in BTA_GATTC_ServiceSearchRequest()
362 p_buf->hdr.event = BTA_GATTC_API_READ_EVT; in BTA_GATTC_ReadCharacteristic()
363 p_buf->hdr.layer_specific = conn_id; in BTA_GATTC_ReadCharacteristic()
383 p_buf->hdr.event = BTA_GATTC_API_READ_EVT; in BTA_GATTC_ReadUsingCharUuid()
384 p_buf->hdr.layer_specific = conn_id; in BTA_GATTC_ReadUsingCharUuid()
414 p_buf->hdr.event = BTA_GATTC_API_READ_EVT; in BTA_GATTC_ReadCharDescr()
415 p_buf->hdr.layer_specific = conn_id; in BTA_GATTC_ReadCharDescr()
442 p_buf->hdr.event = BTA_GATTC_API_READ_MULTI_EVT; in BTA_GATTC_ReadMultiple()
443 p_buf->hdr.layer_specific = conn_id; in BTA_GATTC_ReadMultiple()
476 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; in BTA_GATTC_WriteCharValue()
477 p_buf->hdr.layer_specific = conn_id; in BTA_GATTC_WriteCharValue()
513 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; in BTA_GATTC_WriteCharDescr()
514 p_buf->hdr.layer_specific = conn_id; in BTA_GATTC_WriteCharDescr()
551 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; in BTA_GATTC_PrepareWrite()
552 p_buf->hdr.layer_specific = conn_id; in BTA_GATTC_PrepareWrite()
587 p_buf->hdr.event = BTA_GATTC_API_EXEC_EVT; in BTA_GATTC_ExecuteWrite()
588 p_buf->hdr.layer_specific = conn_id; in BTA_GATTC_ExecuteWrite()
613 p_buf->hdr.event = BTA_GATTC_API_CONFIRM_EVT; in BTA_GATTC_SendIndConfirm()
614 p_buf->hdr.layer_specific = conn_id; in BTA_GATTC_SendIndConfirm()