Home
last modified time | relevance | path

Searched refs:MP_BLUETOOTH_DEFAULT_ATTR_LEN (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.h83 #ifndef MP_BLUETOOTH_DEFAULT_ATTR_LEN
84 #define MP_BLUETOOTH_DEFAULT_ATTR_LEN (20) macro
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c347 if (MP_BLUETOOTH_DEFAULT_ATTR_LEN > 20) { in sync_cb()
349 rc = ble_att_set_preferred_mtu(MP_BLUETOOTH_DEFAULT_ATTR_LEN + 3); in sync_cb()
379 …RT(bluetooth_nimble_root_pointers)->gatts_db, ctxt->chr.val_handle, MP_BLUETOOTH_DEFAULT_ATTR_LEN); in gatts_register_cb()
388 …E_PORT(bluetooth_nimble_root_pointers)->gatts_db, ctxt->dsc.handle, MP_BLUETOOTH_DEFAULT_ATTR_LEN); in gatts_register_cb()
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c1038 …(bluetooth_btstack_root_pointers)->gatts_db, handles[handle_index], MP_BLUETOOTH_DEFAULT_ATTR_LEN); in mp_bluetooth_gatts_register_service()
1064 …(bluetooth_btstack_root_pointers)->gatts_db, handles[handle_index], MP_BLUETOOTH_DEFAULT_ATTR_LEN); in mp_bluetooth_gatts_register_service()

Completed in 11 milliseconds