Home
last modified time | relevance | path

Searched refs:p_svc_uuid (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/gatt/
Dgatt_api.c141 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, in GATTS_CreateService() argument
164 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) != NULL) in GATTS_CreateService()
171 … if ( (p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GATT_SERVER)) in GATTS_CreateService()
175 … else if ((p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GAP_SERVER)) in GATTS_CreateService()
211 p_list->asgn_range.svc_uuid = *p_svc_uuid; in GATTS_CreateService()
241 if (!gatts_init_service_db(&p_list->svc_db, p_svc_uuid, is_pri, s_hdl , num_handles)) in GATTS_CreateService()
394 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in GATTS_DeleteService() argument
413 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) == NULL) in GATTS_DeleteService()
432 p_svc_uuid, in GATTS_DeleteService()
Dgatt_utils.c184 tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid,… in gatt_sr_is_new_srv_chg() argument
193 && gatt_uuid_compare (*p_svc_uuid, p->svc_uuid) in gatt_sr_is_new_srv_chg()
341 tBT_UUID *p_svc_uuid, in gatt_find_hdl_buffer_by_app_id() argument
352 && gatt_uuid_compare (*p_svc_uuid, p_list->asgn_range.svc_uuid) in gatt_find_hdl_buffer_by_app_id()
422 tBT_UUID *p_svc_uuid; in gatt_is_last_attribute() local
430 p_svc_uuid = gatts_get_service_uuid (p_rcb->p_db); in gatt_is_last_attribute()
432 if (gatt_uuid_compare(value, *p_svc_uuid)) in gatt_is_last_attribute()
1310 UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in gatt_sr_find_i_rcb_by_app_id() argument
1324 gatt_uuid_compare (*p_svc_uuid, *p_this_uuid) && in gatt_sr_find_i_rcb_by_app_id()
1328 gatt_dbg_display_uuid(*p_svc_uuid); in gatt_sr_find_i_rcb_by_app_id()
Dgatt_int.h595 …W_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst…
610 …EM *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst…
634 extern UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc…
/system/bt/stack/include/
Dgatt_api.h737 extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
814 extern BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,