HomeSort by relevance Sort by last modified time
    Searched refs:p_svc_uuid (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 133 ** p_svc_uuid : service UUID
141 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
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))
388 ** p_svc_uuid : service UUI
    [all...]
gatt_utils.c 184 tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst)
193 && gatt_uuid_compare (*p_svc_uuid, p->svc_uuid)
341 tBT_UUID *p_svc_uuid,
352 && gatt_uuid_compare (*p_svc_uuid, p_list->asgn_range.svc_uuid)
422 tBT_UUID *p_svc_uuid; local
430 p_svc_uuid = gatts_get_service_uuid (p_rcb->p_db);
432 if (gatt_uuid_compare(value, *p_svc_uuid))
    [all...]
gatt_int.h 596 extern tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
611 extern tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
635 extern UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 729 ** p_svc_uuid : service UUID
737 GATT_API extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
808 ** p_svc_uuid : service UUID
814 GATT_API extern BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
    [all...]

Completed in 174 milliseconds