Searched refs:svc_inst (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c134 ** 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;
388 ** svc_inst : instance of the service inside the application
393 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst) argument
412 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) == NULL)
420 p_list->asgn_range.svc_inst)) != NULL)
432 svc_inst)) !
141 GATTS_CreateService(tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri) argument
[all...]
H A Dgatt_utils.c183 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
193 && (svc_inst == p->svc_inst) )
341 UINT16 svc_inst)
352 && (svc_inst == p_list->asgn_range.svc_inst) )
1226 UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst) argument
1241 (svc_inst == p_sreg->service_instance))
1276 p_sreg->service_instance = p_list->asgn_range.svc_inst;
339 gatt_find_hdl_buffer_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst) argument
H A Dgatt_int.h568 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);
582 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);
606 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/
H A Dgatt_api.h602 UINT16 svc_inst; member in struct:__anon1398
724 ** svc_inst : instance of the service inside the application
732 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri);
803 ** svc_inst : instance of the service inside the application
808 GATT_API extern BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h446 UINT16 svc_inst; member in struct:__anon739

Completed in 153 milliseconds