Searched refs:attr_control (Results 1 – 7 of 7) sorted by relevance
97 esp_attr_control_t attr_control; member106 esp_attr_control_t attr_control; member
156 arg.add_char.attr_control.auto_rsp = control->auto_rsp; in esp_ble_gatts_add_char()195 arg.add_descr.attr_control.auto_rsp = control->auto_rsp; in esp_ble_gatts_add_char_descr()
355 control.auto_rsp = gatts_attr_db[i+1].attr_control.auto_rsp; in btc_gatts_act_create_attr_tab()397 control.auto_rsp = gatts_attr_db[i].attr_control.auto_rsp; in btc_gatts_act_create_attr_tab()658 (tBTA_GATTS_ATTR_CONTROL *)&arg->add_char.attr_control); in btc_gatts_call_handler()666 (tBTA_GATTS_ATTR_CONTROL *)&arg->add_descr.attr_control); in btc_gatts_call_handler()
345 esp_attr_control_t attr_control; /*!< The attribute control type */ member
367 (*gatt_db_generated)[0].attr_control.auto_rsp = ESP_GATT_RSP_BY_APP; in populate_gatt_db()378 (*gatt_db_generated)[i].attr_control.auto_rsp = ESP_GATT_RSP_BY_APP; in populate_gatt_db()
358 esp_attr_control_t attr_control; /*!< The attribute control type*/362 The attr_control is the auto-respond parameter which can be set as ``ESP_GATT_AUTO_RSP`` to allow t…
193 db[index].attr_control.auto_rsp = ESP_GATT_AUTO_RSP; in add_db_record()