Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dgeneric_server.h184 struct bt_mesh_generic_property *properties; member
191 struct bt_mesh_generic_property *properties; member
198 struct bt_mesh_generic_property *properties; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c1555 if (srv->properties[i].id == property_id) { in gen_get_user_property()
1556 return &srv->properties[i]; in gen_get_user_property()
1629 if (srv == NULL || srv->property_count == 0U || srv->properties == NULL) { in gen_user_prop_get()
1664 if (srv->properties[i].admin_access != ADMIN_NOT_USER_PROP && in gen_user_prop_get()
1665 srv->properties[i].manu_access != MANU_NOT_USER_PROP) { in gen_user_prop_get()
1666 net_buf_simple_add_le16(msg, srv->properties[i].id); in gen_user_prop_get()
1693 if (srv == NULL || srv->property_count == 0U || srv->properties == NULL) { in gen_user_prop_set()
1759 if (srv->properties[i].id == property_id) { in gen_get_admin_property()
1760 return &srv->properties[i]; in gen_get_admin_property()
1828 if (srv == NULL || srv->property_count == 0U || srv->properties == NULL) { in gen_admin_prop_get()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h652 esp_gatt_char_prop_t properties; /*!< Characteristic properties. */ member
667 esp_gatt_char_prop_t properties; /*!< Characteristic properties. */ member
Desp_gap_ble_api.h959 uint8_t properties; /*!< periodic advertising properties */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_generic_model_api.h949 …esp_ble_mesh_generic_property_t *properties; /*!< Parameters of the Generic User Property state… member
957 …esp_ble_mesh_generic_property_t *properties; /*!< Parameters of the Generic Admin Property stat… member
965 …esp_ble_mesh_generic_property_t *properties; /*!< Parameters of the Generic Manufacturer Proper… member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h316 uint8_t properties; member
624 .properties = _props, }), \
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c811 uint8_t properties; member
828 pdu.properties = chrc->properties; in bt_mesh_gatts_attr_read_chrc()
843 value_len = sizeof(pdu.properties) + sizeof(pdu.value_handle); in bt_mesh_gatts_attr_read_chrc()
982 …, &bta_uuid, bt_mesh_perm_to_bta_perm(svc->attrs[i + 1].perm), gatts_chrc->properties, NULL, NULL); in bt_mesh_gatts_service_register()
991 …_MESH_UUID_16(gatts_chrc->uuid)->val, char_handle, svc->attrs[i + 1].perm, gatts_chrc->properties); in bt_mesh_gatts_service_register()
1452 if (!(result[0].properties & BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP)) { in bt_mesh_bta_gattc_cb()
1459 if (!(result[0].properties & BLE_MESH_GATT_CHRC_NOTIFY)) { in bt_mesh_bta_gattc_cb()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c292 if (!(chr->properties & BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP)) { in chr_disced()
299 if (!(chr->properties & BLE_MESH_GATT_CHRC_NOTIFY)) { in chr_disced()
1175 uint8_t properties; member
1192 pdu.properties = chrc->properties; in bt_mesh_gatts_attr_read_chrc()
1207 value_len = sizeof(pdu.properties) + sizeof(pdu.value_handle); in bt_mesh_gatts_attr_read_chrc()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c268 char_result->properties = db[offset + i].properties; in btc_gattc_fill_gatt_db_conversion()
589 db[i].properties = get_db[i].properties; in btc_ble_gattc_get_db()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c334 characteristic->properties = property; in bta_gattc_add_char_to_cache()
1318 p_attr->properties = prop; in bta_gattc_fill_gatt_db_el()
1439 p_char->properties); in bta_gattc_get_db_with_opration()
1829 p_char->properties); in bta_gattc_get_gatt_db_impl()
2079 p_char->properties, in bta_gattc_cache_save()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h70 UINT8 properties; member
709 tBTA_GATT_CHAR_PROP properties; member
Dbta_api.h1559 UINT8 properties; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c1239 UINT8 btsnd_hcic_ble_set_ext_adv_params(UINT8 adv_handle, UINT16 properties, UINT32 interval_min, in btsnd_hcic_ble_set_ext_adv_params() argument
1254 …adv_sid = %d, scan_req_ntf_enable = %d", __func__, adv_handle, properties, interval_min, interval_… in btsnd_hcic_ble_set_ext_adv_params()
1264 UINT16_TO_STREAM(pp, properties); in btsnd_hcic_ble_set_ext_adv_params()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h972 UINT8 btsnd_hcic_ble_set_ext_adv_params(UINT8 adv_handle, UINT16 properties, UINT32 interval_min,
Dbtm_ble_api.h808 UINT8 properties; member
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst234 key obviously destroys the security properties of CCM mode.
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c706 … params->interval_max, params->properties)) != HCI_SUCCESS) { in BTM_BlePeriodicAdvSetParams()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c2243 params.properties = arg_5->peridic_adv_set_params.params.properties; in btc_gap_ble_call_handler()