/system/bt/btif/src/ |
H A D | btif_gatt_util.c | 121 p_dest->is_primary = p_src->is_primary; 212 p_dest->is_primary = p_src->is_primary;
|
H A D | btif_gatt_server.c | 217 srvc_id.is_primary = p_data->create.is_primary; 449 srvc_id.is_primary);
|
/system/bt/bta/gatt/ |
H A D | bta_gattc_cache.c | 121 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 D | bta_gattc_api.c | 498 (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 D | bta_gatts_api.c | 152 ** 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 D | bta_gattc_utils.c | 535 if (p_src->is_primary == p_tar->is_primary &&
|
H A D | bta_gattc_int.h | 286 BOOLEAN is_primary; member in struct:__anon166
|
H A D | bta_gatts_act.c | 378 cb_data.create.is_primary = p_msg->api_create_svc.is_pri;
|
/system/bt/bta/include/ |
H A D | bta_gatt_api.h | 209 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 D | gatt.c | 94 srvc_id.is_primary = 1; // this service is primary.
|
/system/bt/stack/gatt/ |
H A D | gatt_api.c | 215 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 D | gatt_utils.c | 462 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 D | gatt_int.h | 337 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 D | gatt_api.h | 610 BOOLEAN is_primary; /* primary service or secondary */ member in struct:__anon1124
|
/system/bt/bta/hh/ |
H A D | bta_hh_le.c | 373 p_output->is_primary = is_pri; 1530 if (p_srvc_result->service_uuid.is_primary)
|