Home
last modified time | relevance | path

Searched refs:MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpconfigport.h191 #define MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME ("HAAS") macro
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpconfigport.h191 #define MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME ("HAAS") macro
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpconfigport.h193 #define MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME ("HaaS") macro
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c40 #ifndef MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME
41 #define MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME "MPY BTSTACK" macro
648 const char *gap_name = MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME; in mp_bluetooth_init()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c56 #ifndef MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME
57 #define MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME "MPY NIMBLE" macro
354 ble_svc_gap_device_name_set(MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME); in sync_cb()

Completed in 15 milliseconds