Searched refs:svc_inst (Results 1 – 5 of 5) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_api.c | 143 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() 200 p_list->asgn_range.svc_inst = svc_inst; in GATTS_CreateService() 372 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in GATTS_DeleteService() argument 390 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) == NULL) { in GATTS_DeleteService() 397 p_list->asgn_range.svc_inst)) != NULL) { in GATTS_DeleteService() 408 svc_inst)) != GATT_MAX_SR_PROFILES) { in GATTS_DeleteService() 469 p_list->asgn_range.svc_inst) != GATT_MAX_SR_PROFILES) { in GATTS_StartService() 512 p_list->asgn_range.svc_inst)) != NULL) { in GATTS_StartService()
|
D | gatt_utils.c | 228 …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 243 && (svc_inst == p->svc_inst)) { in gatt_sr_is_new_srv_chg() 412 UINT16 svc_inst) in gatt_find_hdl_buffer_by_app_id() argument 422 && (svc_inst == p_list->asgn_range.svc_inst) ) { in gatt_find_hdl_buffer_by_app_id() 1406 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 1419 (svc_inst == p_sreg->service_instance)) { in gatt_sr_find_i_rcb_by_app_id() 1452 p_sreg->service_instance = p_list->asgn_range.svc_inst; in gatt_sr_alloc_rcb()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 610 UINT16 svc_inst; member 736 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri); 815 UINT16 svc_inst);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 622 …_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst); 637 …M *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst); 663 …UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 525 UINT16 svc_inst; member
|