Searched defs:is_primary (Results 1 - 7 of 7) sorted by relevance

/system/bt/bta/gatt/
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_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_int.h286 BOOLEAN is_primary; member in struct:__anon166
/system/bt/stack/gatt/
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);
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;
/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/stack/include/
H A Dgatt_api.h610 BOOLEAN is_primary; /* primary service or secondary */ member in struct:__anon1124

Completed in 54 milliseconds