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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_api.c124 ** is_primary: is this service a primary one or not.
130 UINT16 num_handle, BOOLEAN is_primary)
142 p_buf->is_pri = is_primary;
129 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.c117 APPL_TRACE_ERROR5("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
118 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
268 BOOLEAN is_primary, UINT8 srvc_inst)
288 p_new_srvc->service_uuid.is_primary = is_primary;
563 p_rec->is_primary,
710 tBT_UUID uuid, BOOLEAN is_primary)
726 p_rec->is_primary = is_primary;
1045 p_cache->service_uuid.is_primary
265 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
708 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
1510 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.h240 BOOLEAN is_primary; member in struct:__anon490
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h175 BOOLEAN is_primary; member in struct:__anon644
246 BOOLEAN is_primary; /* used when attribute type is service */ member in struct:__anon652
433 BOOLEAN is_primary; /* primary service or secondary */ member in struct:__anon666
499 BOOLEAN is_primary; member in struct:__anon670
1019 ** is_primary: is this service a primary one or not.
1025 UINT8 inst, UINT16 num_handle, BOOLEAN is_primary);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_int.h321 BOOLEAN is_primary; member in struct:srv_list_elem
666 extern void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary);
H A Dgatt_utils.c444 if (p_srv->is_primary)
461 void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary) argument
466 gatt_cb.srv_list[i_sreg].is_primary = is_primary;
1258 p_sreg->type = p_list->asgn_range.is_primary ? GATT_UUID_PRI_SERVICE: GATT_UUID_SEC_SERVICE;
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h593 BOOLEAN is_primary; /* primary service or secondary */ member in struct:__anon1277

Completed in 118 milliseconds