Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.h493 } mp_bluetooth_gatts_db_entry_t; typedef
506 mp_bluetooth_gatts_db_entry_t *mp_bluetooth_gatts_db_lookup(mp_gatts_db_t db, uint16_t handle);
A Dmodbluetooth.c1585 mp_bluetooth_gatts_db_entry_t *entry = m_new(mp_bluetooth_gatts_db_entry_t, 1); 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()
1603 mp_bluetooth_gatts_db_entry_t *entry = mp_bluetooth_gatts_db_lookup(db, handle); in mp_bluetooth_gatts_db_read()
1617 mp_bluetooth_gatts_db_entry_t *entry = mp_bluetooth_gatts_db_lookup(db, handle); in mp_bluetooth_gatts_db_write()
1639 mp_bluetooth_gatts_db_entry_t *entry = mp_bluetooth_gatts_db_lookup(db, handle); in mp_bluetooth_gatts_db_resize()
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c933mp_bluetooth_gatts_db_entry_t *entry = mp_bluetooth_gatts_db_lookup(MP_STATE_PORT(bluetooth_btstac… in att_read_callback()
957mp_bluetooth_gatts_db_entry_t *entry = mp_bluetooth_gatts_db_lookup(MP_STATE_PORT(bluetooth_btstac… in att_write_callback()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c844 mp_bluetooth_gatts_db_entry_t *entry; in characteristic_access_cb()

Completed in 17 milliseconds