Home
last modified time | relevance | path

Searched refs:bonded (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nvrecord/
A Dnvrecord_ble.h28 uint8_t bonded; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/fpga_section/
A Dnvrecord_externsion.h163 uint8_t bonded; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/userdata_section/
A Dnvrecord_extension.h164 uint8_t bonded; member
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dconn.h1277 void (*pairing_complete)(struct bt_conn *conn, bool bonded);
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.h419 …on_update(uint16_t conn_handle, bool encrypted, bool authenticated, bool bonded, uint8_t key_size);
A Dmodbluetooth.c1183 …on_update(uint16_t conn_handle, bool encrypted, bool authenticated, bool bonded, uint8_t key_size)… in mp_bluetooth_gatts_on_encryption_update() argument
1184 mp_int_t args[] = {conn_handle, encrypted, authenticated, bonded, key_size}; in mp_bluetooth_gatts_on_encryption_update()
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dble.h275 int8_t bonded; member
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c289 static void auth_pairing_complete(struct bt_conn *conn, bool bonded) in auth_pairing_complete() argument
296 event_data.bonded = bonded; in auth_pairing_complete()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dbt.c1313 printf("%s with %s\n", e->bonded ? "Bonded" : "Paired", addr); in smp_pairing_complete()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c434 desc.sec_state.bonded, desc.sec_state.key_size); in commmon_gap_event_cb()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c2229 printf("%s with %s\n", e->bonded ? "Bonded" : "Paired", addr); in smp_pairing_complete()

Completed in 52 milliseconds