Lines Matching refs:srvc_id
328 memcpy(&p_char_result->srvc_id, p_srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetFirstChar()
365 &p_start_char_id->srvc_id, in BTA_GATTC_GetNextChar()
372 memcpy(&p_char_result->srvc_id, &p_start_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetNextChar()
408 &p_char_id->srvc_id, in BTA_GATTC_GetFirstCharDescr()
452 &p_start_descr_id->char_id.srvc_id, in BTA_GATTC_GetNextCharDescr()
501 memcpy(&p_result->srvc_id, p_srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetFirstIncludedService()
536 &p_start_id->srvc_id, in BTA_GATTC_GetNextIncludedService()
543 memcpy(&p_result->srvc_id, &p_start_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetNextIncludedService()
575 memcpy(&p_buf->srvc_id, &p_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_ReadCharacteristic()
611 memcpy(&p_buf->srvc_id, &p_descr_id->char_id.srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_ReadCharDescr()
701 memcpy(&p_buf->srvc_id, &p_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_WriteCharValue()
751 memcpy(&p_buf->srvc_id, &p_char_descr_id->char_id.srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_WriteCharDescr()
799 memcpy(&p_buf->srvc_id, &p_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_PrepareWrite()
864 … conn_id, p_char_id->srvc_id.id.uuid.uu.uuid16, p_char_id->char_id.uuid.uu.uuid16); in BTA_GATTC_SendIndConfirm()
873 memcpy(&p_buf->srvc_id, &p_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_SendIndConfirm()
933 … p_clreg->notif_reg[i].char_id.srvc_id.is_primary = p_char_id->srvc_id.is_primary; in BTA_GATTC_RegisterForNotifications()
934 … bta_gattc_cpygattid(&p_clreg->notif_reg[i].char_id.srvc_id.id, &p_char_id->srvc_id.id); in BTA_GATTC_RegisterForNotifications()