Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dbt_octets.h39 #define PIN_CODE_LEN 16 macro
40 typedef uint8_t PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_int.h30 uint8_t p_pin[PIN_CODE_LEN];
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc683 if (pin_code == nullptr || pin_len > PIN_CODE_LEN) { in pin_reply()
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc593 for (; i < PIN_CODE_LEN; i++) *pp++ = 0; in btsnd_hcic_pin_code_req_reply()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc626 if ((pin_len > PIN_CODE_LEN) || (pin_len == 0) || (p_pin == NULL)) in BTM_PINCodeReply()