Searched defs:p_svc_uuid (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c133 ** p_svc_uuid : service UUID
141 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, argument
164 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) != NULL)
171 if ( (p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GATT_SERVER))
175 else if ((p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GAP_SERVER))
211 p_list->asgn_range.svc_uuid = *p_svc_uuid;
241 if (!gatts_init_service_db(&p_list->svc_db, *p_svc_uuid, is_pri, s_hdl , num_handles))
387 ** p_svc_uuid
393 GATTS_DeleteService(tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst) argument
[all...]
H A Dgatt_utils.c166 tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst) argument
175 && gatt_uuid_compare (*p_svc_uuid, p->svc_uuid)
323 tBT_UUID *p_svc_uuid,
334 && gatt_uuid_compare (*p_svc_uuid, p_list->asgn_range.svc_uuid)
404 tBT_UUID *p_svc_uuid; local
412 p_svc_uuid = gatts_get_service_uuid (p_rcb->p_db);
414 if (gatt_uuid_compare(value, *p_svc_uuid))
1207 UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst) argument
1221 gatt_uuid_compare (*p_svc_uuid, *p_this_uuid) &&
1225 gatt_dbg_display_uuid(*p_svc_uuid);
322 gatt_find_hdl_buffer_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst) argument
[all...]

Completed in 292 milliseconds