Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c142 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri) 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()
212 p_list->asgn_range.svc_inst = svc_inst; 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()
421 p_list->asgn_range.svc_inst)) != NULL) in GATTS_DeleteService()
433 svc_inst)) != GATT_MAX_SR_PROFILES) in GATTS_DeleteService()
493 p_list->asgn_range.svc_inst) != GATT_MAX_SR_PROFILES) in GATTS_StartService()
539 p_list->asgn_range.svc_inst)) != NULL) in GATTS_StartService()
Dgatt_utils.c184 …W_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in gatt_sr_is_new_srv_chg() argument
194 && (svc_inst == p->svc_inst) ) in gatt_sr_is_new_srv_chg()
342 UINT16 svc_inst) in gatt_find_hdl_buffer_by_app_id() argument
353 && (svc_inst == p_list->asgn_range.svc_inst) ) in gatt_find_hdl_buffer_by_app_id()
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
1325 (svc_inst == p_sreg->service_instance)) in gatt_sr_find_i_rcb_by_app_id()
1360 p_sreg->service_instance = p_list->asgn_range.svc_inst; in gatt_sr_alloc_rcb()
Dgatt_int.h587 …_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
602 …M *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
626 …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/
Dgatt_api.h607 UINT16 svc_inst; member
738 … UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri);
815 UINT16 svc_inst);
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h492 UINT16 svc_inst; member