Searched refs:is_primary (Results 1 - 15 of 15) sorted by relevance

/system/bt/btif/src/
H A Dbtif_gatt_util.c121 p_dest->is_primary = p_src->is_primary;
212 p_dest->is_primary = p_src->is_primary;
H A Dbtif_gatt_server.c217 srvc_id.is_primary = p_data->create.is_primary;
449 srvc_id.is_primary);
/system/bt/bta/gatt/
H A Dbta_gattc_cache.c121 APPL_TRACE_ERROR("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
122 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
301 BOOLEAN is_primary, UINT8 srvc_inst)
321 p_new_srvc->service_uuid.is_primary = is_primary;
595 p_rec->is_primary,
740 tBT_UUID uuid, BOOLEAN is_primary)
754 p_rec->is_primary = is_primary;
1521 p_attr->is_primary,
298 bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle, UINT16 e_handle, tBT_UUID *p_uuid, BOOLEAN is_primary, UINT8 srvc_inst) argument
738 bta_gattc_add_srvc_to_list(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle, UINT16 e_handle, tBT_UUID uuid, BOOLEAN is_primary) argument
1549 bta_gattc_fill_nv_attr(tBTA_GATTC_NV_ATTR *p_attr, UINT8 type, UINT16 s_handle, UINT16 e_handle, UINT8 id, tBT_UUID uuid, UINT8 prop, BOOLEAN is_primary) argument
[all...]
H A Dbta_gattc_api.c498 (void *)&p_result->incl_svc_id.is_primary))
540 (void *)&p_result->incl_svc_id.is_primary))
933 p_clreg->notif_reg[i].char_id.srvc_id.is_primary = p_char_id->srvc_id.is_primary;
H A Dbta_gatts_api.c152 ** is_primary: is this service a primary one or not.
158 UINT16 num_handle, BOOLEAN is_primary)
170 p_buf->is_pri = is_primary;
157 BTA_GATTS_CreateService(tBTA_GATTS_IF server_if, tBT_UUID *p_service_uuid, UINT8 inst, UINT16 num_handle, BOOLEAN is_primary) argument
H A Dbta_gattc_utils.c535 if (p_src->is_primary == p_tar->is_primary &&
H A Dbta_gattc_int.h286 BOOLEAN is_primary; member in struct:__anon166
H A Dbta_gatts_act.c378 cb_data.create.is_primary = p_msg->api_create_svc.is_pri;
/system/bt/bta/include/
H A Dbta_gatt_api.h209 BOOLEAN is_primary; member in struct:__anon352
280 BOOLEAN is_primary; /* used when attribute type is service */ member in struct:__anon360
495 BOOLEAN is_primary; /* primary service or secondary */ member in struct:__anon377
559 BOOLEAN is_primary; member in struct:__anon380
1195 ** is_primary: is this service a primary one or not.
1201 UINT8 inst, UINT16 num_handle, BOOLEAN is_primary);
/system/bt/test/suite/cases/
H A Dgatt.c94 srvc_id.is_primary = 1; // this service is primary.
/system/bt/stack/gatt/
H A Dgatt_api.c215 p_list->asgn_range.is_primary = is_pri;
255 GATT_TRACE_DEBUG ("GATTS_CreateService(success): handles needed:%u s_hdl=%u e_hdl=%u %s[%x] is_primary=%d",
259 p_list->asgn_range.is_primary);
525 p_list->asgn_range.is_primary);
H A Dgatt_utils.c462 if (p_srv->is_primary)
479 void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary) argument
486 gatt_cb.srv_list[i_sreg].is_primary = is_primary;
1361 p_sreg->type = p_list->asgn_range.is_primary ? GATT_UUID_PRI_SERVICE: GATT_UUID_SEC_SERVICE;
H A Dgatt_int.h337 BOOLEAN is_primary; member in struct:srv_list_elem
706 extern void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary);
/system/bt/stack/include/
H A Dgatt_api.h610 BOOLEAN is_primary; /* primary service or secondary */ member in struct:__anon1124
/system/bt/bta/hh/
H A Dbta_hh_le.c373 p_output->is_primary = is_pri;
1530 if (p_srvc_result->service_uuid.is_primary)

Completed in 1001 milliseconds