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

  /system/bt/stack/gatt/
gatt_api.c 134 ** svc_inst : instance of the service inside the application
142 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri)
164 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) != NULL)
212 p_list->asgn_range.svc_inst = svc_inst;
389 ** svc_inst : instance of the service inside the application
394 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst)
413 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) == NULL)
421 p_list->asgn_range.svc_inst)) != NULL)
433 svc_inst)) != GATT_MAX_SR_PROFILES
    [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)
194 && (svc_inst == p->svc_inst) )
342 UINT16 svc_inst)
353 && (svc_inst == p_list->asgn_range.svc_inst) )
    [all...]
gatt_int.h 595 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);
610 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);
634 extern UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
  /system/bt/stack/include/
gatt_api.h 607 UINT16 svc_inst; member in struct:__anon69638
730 ** svc_inst : instance of the service inside the application
738 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri);
809 ** svc_inst : instance of the service inside the application
815 UINT16 svc_inst);
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 492 UINT16 svc_inst; member in struct:__anon68891
    [all...]

Completed in 61 milliseconds