Home
last modified time | relevance | path

Searched refs:prop (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c314 esp_bt_gap_dev_prop_t prop[1]; in btc_gap_bt_search_devices_evt() local
316 …BTC_STORAGE_FILL_PROPERTY(&prop[0], ESP_BT_GAP_DEV_PROP_BDNAME, bdname_len + 1, p_data->p_data->di… in btc_gap_bt_search_devices_evt()
321 param.disc_res.prop = prop; in btc_gap_bt_search_devices_evt()
336 esp_bt_gap_dev_prop_t prop[3]; in btc_gap_bt_search_devices_evt() local
339 memset(prop, 0, sizeof(prop)); in btc_gap_bt_search_devices_evt()
340 BTC_STORAGE_FILL_PROPERTY(&prop[0], ESP_BT_GAP_DEV_PROP_COD, sizeof(cod), &cod); in btc_gap_bt_search_devices_evt()
343 … BTC_STORAGE_FILL_PROPERTY(&prop[1], ESP_BT_GAP_DEV_PROP_RSSI, 1, &(p_data->p_data->inq_res.rssi)); in btc_gap_bt_search_devices_evt()
347 …BTC_STORAGE_FILL_PROPERTY(&prop[2], ESP_BT_GAP_DEV_PROP_EIR, HCI_EXT_INQ_RESPONSE_LEN, p_data->p_d… in btc_gap_bt_search_devices_evt()
355 param.disc_res.prop = prop; in btc_gap_bt_search_devices_evt()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c536 UINT8 prop) in bta_hh_le_find_alloc_report_entry() argument
558 p_rpt->prop = prop; in bta_hh_le_find_alloc_report_entry()
717 rpt_entry.prop = p_rpt->prop; in bta_hh_le_save_rpt_ref()
1069 tBTA_GATT_CHAR_PROP prop) in bta_hh_le_expl_rpt() argument
1078 prop) == NULL) { in bta_hh_le_expl_rpt()
1089 &prop) != BTA_GATT_OK) { in bta_hh_le_expl_rpt()
1112 tBTA_GATT_CHAR_PROP prop) in bta_hh_le_expl_boot_rpt() argument
1118 prop) == NULL) in bta_hh_le_expl_boot_rpt()
1587 tBTA_GATT_CHAR_PROP prop = 0; in bta_hh_le_search_hid_included() local
1609 &prop) == BTA_GATT_OK) { in bta_hh_le_search_hid_included()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_co.h34 UINT8 prop; member
Dbta_gatt_api.h290 UINT8 prop; /* used when attribute type is characteristic */ member
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld191 .xt.prop 0 :
193 KEEP (*(.xt.prop .gnu.linkonce.prop.*))
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld202 .xt.prop 0 :
204 KEEP (*(.xt.prop .gnu.linkonce.prop.*))
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c42 tGATT_CHAR_PROP prop = GATT_CHAR_PROP_BIT_READ; variable
418 prop |= GATT_CHAR_PROP_BIT_NOTIFY; in bas_AddChar()
421 esp_ble_gatts_add_char(service_id, char_uuid, BATTER_LEVEL_PERM, prop); in bas_AddChar()
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld225 .xt.prop 0 :
227 KEEP (*(.xt.prop .gnu.linkonce.prop.*))
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c61 UINT16 id, tBT_UUID uuid, UINT8 prop);
1311 UINT16 id, tBT_UUID uuid, UINT8 prop) in bta_gattc_fill_gatt_db_el() argument
1318 p_attr->properties = prop; in bta_gattc_fill_gatt_db_el()
1969 p_attr->prop); in bta_gattc_rebuild_cache()
1976 p_attr->prop, in bta_gattc_rebuild_cache()
1985 p_attr->prop, in bta_gattc_rebuild_cache()
2006 UINT16 e_handle, tBT_UUID uuid, UINT8 prop, UINT16 incl_srvc_s_handle, in bta_gattc_fill_nv_attr() argument
2014 p_attr->prop = prop; in bta_gattc_fill_nv_attr()
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in460 .xt.prop 0 :
462 KEEP (*(.xt.prop .gnu.linkonce.prop.*))
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dsections.ld.in449 .xt.prop 0 :
451 KEEP (*(.xt.prop .gnu.linkonce.prop.*))
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dsections.ld.in488 .xt.prop 0 :
490 KEEP (*(.xt.prop .gnu.linkonce.prop.*))
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c128 tBTA_GATT_CHAR_PROP prop = (GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_NOTIFY); in button_profile_cb() local
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h299 esp_bt_gap_dev_prop_t *prop; /*!< properties discovered from the new device */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h188 UINT8 prop; member