Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c323 static struct bt_conn_auth_cb auth_callbacks = { variable
416 auth_callbacks.cancel = auth_cancel; in ble_stack_iocapability_set()
418 auth_callbacks.pairing_failed = auth_pairing_failed; in ble_stack_iocapability_set()
423 auth_callbacks.cancel = auth_cancel; in ble_stack_iocapability_set()
425 auth_callbacks.pairing_failed = auth_pairing_failed; in ble_stack_iocapability_set()
429 auth_callbacks.passkey_entry = auth_passkey_entry; in ble_stack_iocapability_set()
431 auth_callbacks.cancel = auth_cancel; in ble_stack_iocapability_set()
436 auth_callbacks.passkey_entry = auth_passkey_entry; in ble_stack_iocapability_set()
438 auth_callbacks.cancel = auth_cancel; in ble_stack_iocapability_set()
444 if (auth_callbacks.cancel != NULL) { in ble_stack_iocapability_set()
[all …]

Completed in 6 milliseconds