Searched refs:p_svc_uuid (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_api.c | 140 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, in GATTS_CreateService() argument 163 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) != NULL) in GATTS_CreateService() 170 … if ( (p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GATT_SERVER)) in GATTS_CreateService() 174 … else if ((p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GAP_SERVER)) in GATTS_CreateService() 210 p_list->asgn_range.svc_uuid = *p_svc_uuid; in GATTS_CreateService() 240 if (!gatts_init_service_db(&p_list->svc_db, p_svc_uuid, is_pri, s_hdl , num_handles)) in GATTS_CreateService() 393 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in GATTS_DeleteService() argument 412 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) == NULL) in GATTS_DeleteService() 431 p_svc_uuid, in GATTS_DeleteService()
|
D | gatt_utils.c | 201 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 214 && gatt_uuid_compare (*p_svc_uuid, p->svc_uuid) in gatt_sr_is_new_srv_chg() 358 tBT_UUID *p_svc_uuid, in gatt_find_hdl_buffer_by_app_id() argument 369 && gatt_uuid_compare (*p_svc_uuid, p_list->asgn_range.svc_uuid) in gatt_find_hdl_buffer_by_app_id() 442 tBT_UUID *p_svc_uuid; in gatt_is_last_attribute() local 450 p_svc_uuid = gatts_get_service_uuid (p_rcb->p_db); in gatt_is_last_attribute() 452 if (gatt_uuid_compare(value, *p_svc_uuid)) in gatt_is_last_attribute() 1363 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 1377 gatt_uuid_compare (*p_svc_uuid, *p_this_uuid) && in gatt_sr_find_i_rcb_by_app_id() 1381 gatt_dbg_display_uuid(*p_svc_uuid); in gatt_sr_find_i_rcb_by_app_id()
|
D | gatt_int.h | 577 …W_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst… 592 …EM *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst… 616 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/ |
D | gatt_api.h | 737 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,
|