Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_utils.cc137 static BT_HDR* smp_build_pairing_cmd(uint8_t cmd_code, tSMP_CB* p_cb);
165 NULL, smp_build_pairing_cmd, /* 0x01: pairing request */
166 smp_build_pairing_cmd, /* 0x02: pairing response */
448 BT_HDR* smp_build_pairing_cmd(uint8_t cmd_code, tSMP_CB* p_cb) { in smp_build_pairing_cmd() function