Home
last modified time | relevance | path

Searched refs:gatt_char_t (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/
A Dbt_gatts_adapter.c109 struct gatt_char_t *data = (struct gatt_char_t *)malloc(sizeof(struct gatt_char_t)); in bt_gatts_define_gatt_char()
110 memset(data, 0, sizeof(struct gatt_char_t)); in bt_gatts_define_gatt_char()
/AliOS-Things-master/components/py_engine/modules/ble/
A Dbt_gatts_adapter.c110 struct gatt_char_t *data = in bt_gatts_define_gatt_char()
111 (struct gatt_char_t *)malloc(sizeof(struct gatt_char_t)); in bt_gatts_define_gatt_char()
112 memset(data, 0, sizeof(struct gatt_char_t)); in bt_gatts_define_gatt_char()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/
A Dbt_gatts_adapter.c109 struct gatt_char_t *data = (struct gatt_char_t *)malloc(sizeof(struct gatt_char_t)); in bt_gatts_define_gatt_char()
110 memset(data, 0, sizeof(struct gatt_char_t)); in bt_gatts_define_gatt_char()
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h159 struct gatt_char_t { struct
198 gatt_char_t *char_def;
272 NULL, NULL,(&(struct gatt_char_t){.uuid= _uuid,.value_handle = 0,.properties = _props,}))

Completed in 7 milliseconds