Searched refs:mp_gatts_db_t (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.h | 495 typedef mp_map_t *mp_gatts_db_t; typedef 497 STATIC inline void mp_bluetooth_gatts_db_create(mp_gatts_db_t *db) { in mp_bluetooth_gatts_db_create() 501 STATIC inline void mp_bluetooth_gatts_db_reset(mp_gatts_db_t db) { in mp_bluetooth_gatts_db_reset() 505 void mp_bluetooth_gatts_db_create_entry(mp_gatts_db_t db, uint16_t handle, size_t len); 506 mp_bluetooth_gatts_db_entry_t *mp_bluetooth_gatts_db_lookup(mp_gatts_db_t db, uint16_t handle); 507 int mp_bluetooth_gatts_db_read(mp_gatts_db_t db, uint16_t handle, uint8_t **value, size_t *value_le… 508 int mp_bluetooth_gatts_db_write(mp_gatts_db_t db, uint16_t handle, const uint8_t *value, size_t val… 509 int mp_bluetooth_gatts_db_resize(mp_gatts_db_t db, uint16_t handle, size_t len, bool append);
|
A D | modbluetooth.c | 1583 void mp_bluetooth_gatts_db_create_entry(mp_gatts_db_t db, uint16_t handle, size_t len) { in mp_bluetooth_gatts_db_create_entry() 1593 mp_bluetooth_gatts_db_entry_t *mp_bluetooth_gatts_db_lookup(mp_gatts_db_t db, uint16_t handle) { in mp_bluetooth_gatts_db_lookup() 1601 int mp_bluetooth_gatts_db_read(mp_gatts_db_t db, uint16_t handle, uint8_t **value, size_t *value_le… in mp_bluetooth_gatts_db_read() 1615 int mp_bluetooth_gatts_db_write(mp_gatts_db_t db, uint16_t handle, const uint8_t *value, size_t val… in mp_bluetooth_gatts_db_write() 1637 int mp_bluetooth_gatts_db_resize(mp_gatts_db_t db, uint16_t handle, size_t len, bool append) { in mp_bluetooth_gatts_db_resize()
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.h | 36 mp_gatts_db_t gatts_db;
|
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.h | 45 mp_gatts_db_t gatts_db;
|
Completed in 10 milliseconds