Searched refs:gatts_db (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 645 mp_bluetooth_gatts_db_create(&MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db); in mp_bluetooth_init() 650 …mp_bluetooth_gatts_db_create_entry(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, BTSTA… in mp_bluetooth_init() 841 …mp_bluetooth_gatts_db_read(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, BTSTACK_GAP_D… in mp_bluetooth_gap_get_device_name() 847 …return mp_bluetooth_gatts_db_write(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, BTSTA… in mp_bluetooth_gap_set_device_name() 933 …mp_bluetooth_gatts_db_lookup(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, att_handle); in att_read_callback() 957 …mp_bluetooth_gatts_db_lookup(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, att_handle); in att_write_callback() 1085 …return mp_bluetooth_gatts_db_read(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, value_… in mp_bluetooth_gatts_read() 1096 …return mp_bluetooth_gatts_db_write(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, value… in mp_bluetooth_gatts_write() 1109 …mp_bluetooth_gatts_db_read(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, value_handle,… in mp_bluetooth_gatts_notify() 1152 …mp_bluetooth_gatts_db_read(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, value_handle,… in mp_bluetooth_gatts_indicate() [all …]
|
A D | modbluetooth_btstack.h | 45 mp_gatts_db_t gatts_db; member
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.h | 36 mp_gatts_db_t gatts_db; member
|
A D | modbluetooth_nimble.c | 379 …th_gatts_db_create_entry(MP_STATE_PORT(bluetooth_nimble_root_pointers)->gatts_db, ctxt->chr.val_ha… in gatts_register_cb() 388 …th_gatts_db_create_entry(MP_STATE_PORT(bluetooth_nimble_root_pointers)->gatts_db, ctxt->dsc.handle… in gatts_register_cb() 608 mp_bluetooth_gatts_db_create(&MP_STATE_PORT(bluetooth_nimble_root_pointers)->gatts_db); in mp_bluetooth_init() 856 …p_bluetooth_gatts_db_lookup(MP_STATE_PORT(bluetooth_nimble_root_pointers)->gatts_db, value_handle); in characteristic_access_cb() 869 …p_bluetooth_gatts_db_lookup(MP_STATE_PORT(bluetooth_nimble_root_pointers)->gatts_db, value_handle); in characteristic_access_cb() 909 mp_bluetooth_gatts_db_reset(MP_STATE_PORT(bluetooth_nimble_root_pointers)->gatts_db); in mp_bluetooth_gatts_register_service_begin() 1009 …return mp_bluetooth_gatts_db_read(MP_STATE_PORT(bluetooth_nimble_root_pointers)->gatts_db, value_h… in mp_bluetooth_gatts_read() 1016 …int err = mp_bluetooth_gatts_db_write(MP_STATE_PORT(bluetooth_nimble_root_pointers)->gatts_db, val… in mp_bluetooth_gatts_write() 1058 …return mp_bluetooth_gatts_db_resize(MP_STATE_PORT(bluetooth_nimble_root_pointers)->gatts_db, value… in mp_bluetooth_gatts_set_buffer()
|
Completed in 10 milliseconds