Searched refs:mp_bluetooth_gatts_db_entry_t (Results 1 – 4 of 4) sorted by relevance
493 } mp_bluetooth_gatts_db_entry_t; typedef506 mp_bluetooth_gatts_db_entry_t *mp_bluetooth_gatts_db_lookup(mp_gatts_db_t db, uint16_t handle);
1585 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()
933 …mp_bluetooth_gatts_db_entry_t *entry = mp_bluetooth_gatts_db_lookup(MP_STATE_PORT(bluetooth_btstac… in att_read_callback()957 …mp_bluetooth_gatts_db_entry_t *entry = mp_bluetooth_gatts_db_lookup(MP_STATE_PORT(bluetooth_btstac… in att_write_callback()
844 mp_bluetooth_gatts_db_entry_t *entry; in characteristic_access_cb()
Completed in 15 milliseconds