Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsmp_api_types.h41 #define SMP_OPCODE_PAIR_KEYPR_NOTIF 0x0E macro
42 #define SMP_OPCODE_MAX SMP_OPCODE_PAIR_KEYPR_NOTIF
/system/bt/stack/smp/
Dsmp_int.h72 #define SMP_PAIR_KEYPRESS_NOTIFICATION_EVT SMP_OPCODE_PAIR_KEYPR_NOTIF
183 SMP_OPCODE_PAIR_KEYPR_NOTIF /* not over BR/EDR */
Dsmp_utils.cc799 UINT8_TO_STREAM(p, SMP_OPCODE_PAIR_KEYPR_NOTIF); in smp_build_pairing_keypress_notification_cmd()
Dsmp_act.cc339 smp_send_cmd(SMP_OPCODE_PAIR_KEYPR_NOTIF, p_cb); in smp_send_keypress_notification()