Searched refs:bonded (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nvrecord/ |
A D | nvrecord_ble.h | 28 uint8_t bonded; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/fpga_section/ |
A D | nvrecord_externsion.h | 163 uint8_t bonded; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/userdata_section/ |
A D | nvrecord_extension.h | 164 uint8_t bonded; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | conn.h | 1277 void (*pairing_complete)(struct bt_conn *conn, bool bonded);
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.h | 419 …on_update(uint16_t conn_handle, bool encrypted, bool authenticated, bool bonded, uint8_t key_size);
|
A D | modbluetooth.c | 1183 …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 D | ble.h | 275 int8_t bonded; member
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 289 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 D | bt.c | 1313 printf("%s with %s\n", e->bonded ? "Bonded" : "Paired", addr); in smp_pairing_complete()
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 434 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 D | bt.c | 2229 printf("%s with %s\n", e->bonded ? "Bonded" : "Paired", addr); in smp_pairing_complete()
|
Completed in 52 milliseconds