Home
last modified time | relevance | path

Searched refs:srvc_id (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c89 bta_dm_cb.pm_timer[i].srvc_id[j] = BTA_ID_MAX; in bta_dm_init_pm()
201 if (bta_dm_cb.pm_timer[i].srvc_id[timer_idx] != BTA_ID_MAX) { in bta_dm_pm_stop_timer_by_mode()
226 static void bta_dm_pm_stop_timer_by_srvc_id(BD_ADDR peer_addr, UINT8 srvc_id) in bta_dm_pm_stop_timer_by_srvc_id() argument
231 if (bta_dm_cb.pm_timer[i].srvc_id[j] == srvc_id) { in bta_dm_pm_stop_timer_by_srvc_id()
252 INT32 timeout, UINT8 srvc_id, UINT8 pm_action) in bta_dm_pm_start_timer() argument
257 if (p_timer->srvc_id[timer_idx] == BTA_ID_MAX) { in bta_dm_pm_start_timer()
265 p_timer->srvc_id[timer_idx] = srvc_id; in bta_dm_pm_start_timer()
287 if (p_timer->srvc_id[timer_idx] == BTA_ID_MAX) { in bta_dm_pm_stop_timer_by_index()
294 p_timer->srvc_id[timer_idx] = BTA_ID_MAX; in bta_dm_pm_stop_timer_by_index()
853 bta_dm_cb.pm_timer[i].srvc_id[j] = BTA_ID_MAX; in bta_dm_pm_timer_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c599 bta_hh_le_fill_16bits_srvc_id(TRUE, srvc_inst_id, srvc_uuid, &char_id.srvc_id); in bta_hh_le_read_char_dscrpt()
802 …_16bits_srvc_id(TRUE, BTA_HH_LE_RPT_GET_SRVC_INST_ID(p_rpt->inst_id), srvc_uuid, &char_id.srvc_id); in bta_hh_le_register_input_notif()
893 bta_hh_le_fill_16bits_srvc_id(TRUE, srvc_inst_id, srvc_uuid16, &char_id.srvc_id); in bta_hh_le_write_char_clt_cfg()
1003 bta_hh_le_fill_16bits_srvc_id(TRUE, 0, UUID_SERVCLASS_LE_HID, &char_id.srvc_id); in bta_hh_le_set_protocol_mode()
1039 bta_hh_le_fill_16bits_srvc_id(TRUE, 0, UUID_SERVCLASS_LE_HID, &char_id.srvc_id); in bta_hh_le_get_protocol_mode()
1585 tBTA_GATT_SRVC_ID srvc_id; in bta_hh_le_search_hid_included() local
1589 bta_hh_le_fill_16bits_srvc_id(TRUE, p_dev_cb->cur_srvc_index, UUID_SERVCLASS_LE_HID, &srvc_id); in bta_hh_le_search_hid_included()
1595 &srvc_id, in bta_hh_le_search_hid_included()
1612 char_result.srvc_id.id.inst_id, in bta_hh_le_search_hid_included()
1671 tBTA_GATT_SRVC_ID srvc_id; in bta_hh_le_search_hid_chars() local
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c266 tBTA_GATT_SRVC_ID srvc_id; in btc_gatts_act_create_attr_tab() local
273 btc_to_bta_srvc_id(&srvc_id, &esp_srvc_id); in btc_gatts_act_create_attr_tab()
275 BTA_GATTS_CreateService(gatts_if, &srvc_id.id.uuid, in btc_gatts_act_create_attr_tab()
294 tBTA_GATT_SRVC_ID srvc_id = {0}; in btc_gatts_act_create_attr_tab() local
300 btc_to_bta_srvc_id(&srvc_id, &esp_srvc_id); in btc_gatts_act_create_attr_tab()
302 BTA_GATTS_CreateService(gatts_if, &srvc_id.id.uuid, in btc_gatts_act_create_attr_tab()
634 tBTA_GATT_SRVC_ID srvc_id; in btc_gatts_call_handler() local
635 btc_to_bta_srvc_id(&srvc_id, &arg->create_srvc.service_id); in btc_gatts_call_handler()
636 BTA_GATTS_CreateService(arg->create_srvc.gatts_if, &srvc_id.id.uuid, in btc_gatts_call_handler()
637 srvc_id.id.inst_id, arg->create_srvc.num_handle, in btc_gatts_call_handler()
[all …]
Dbtc_gattc.c871 bta_to_btc_gatt_id(&param.search_res.srvc_id, &srvc_res->service_uuid); in btc_gattc_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h127 … esp_gatt_id_t srvc_id; /*!< Service ID, including service UUID and other information */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h110 UINT8 srvc_id; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1424 UINT8 srvc_id[BTA_DM_PM_MODE_TIMER_MAX]; member