Searched refs:srvc_inst_id (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_le.c | 457 UINT8 srvc_inst_id, /* service instance ID */ in bta_hh_le_find_report_entry() argument 462 UINT8 hid_inst_id = srvc_inst_id; in bta_hh_le_find_report_entry() 466 hid_inst_id = bta_hh_le_find_service_inst_by_battery_inst_id(p_cb, srvc_inst_id); in bta_hh_le_find_report_entry() 477 p_rpt->inst_id == BTA_HH_LE_RPT_INST_ID_MAP(srvc_inst_id, char_inst_id)) { in bta_hh_le_find_report_entry() 533 UINT8 srvc_inst_id, in bta_hh_le_find_alloc_report_entry() argument 538 UINT8 i, hid_inst_id = srvc_inst_id; in bta_hh_le_find_alloc_report_entry() 542 hid_inst_id = bta_hh_le_find_service_inst_by_battery_inst_id(p_cb, srvc_inst_id); in bta_hh_le_find_alloc_report_entry() 553 p_rpt->inst_id == BTA_HH_LE_RPT_INST_ID_MAP(srvc_inst_id, inst_id))) { in bta_hh_le_find_alloc_report_entry() 557 p_rpt->inst_id = BTA_HH_LE_RPT_INST_ID_MAP(srvc_inst_id, inst_id); in bta_hh_le_find_alloc_report_entry() 591 …TA_HH_STATUS bta_hh_le_read_char_dscrpt(tBTA_HH_DEV_CB *p_cb, UINT16 srvc_uuid, UINT8 srvc_inst_id, in bta_hh_le_read_char_dscrpt() argument [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gatts.h | 58 uint8_t srvc_inst_id; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 223 uint8_t srvc_inst_id) in btc_gatts_act_create_attr_tab() argument 269 esp_srvc_id.id.inst_id = srvc_inst_id; in btc_gatts_act_create_attr_tab() 276 srvc_inst_id, max_nb_attr, true); in btc_gatts_act_create_attr_tab() 297 esp_srvc_id.id.inst_id = srvc_inst_id; in btc_gatts_act_create_attr_tab() 303 srvc_inst_id, max_nb_attr, false); in btc_gatts_act_create_attr_tab() 420 param.add_attr_tab.svc_inst_id = srvc_inst_id; in btc_gatts_act_create_attr_tab() 645 arg->create_attr_tab.srvc_inst_id); in btc_gatts_call_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gatts_api.c | 94 uint8_t srvc_inst_id) in esp_ble_gatts_create_attr_tab() argument 111 arg.create_attr_tab.srvc_inst_id = srvc_inst_id; in esp_ble_gatts_create_attr_tab()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatts_api.h | 370 uint8_t srvc_inst_id);
|