Searched refs:PIN_CODE_LEN (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dsmp_api.h29 #define SMP_PIN_CODE_LEN_MAX PIN_CODE_LEN
H A Dbt_types.h330 #define PIN_CODE_LEN 16 macro
331 typedef UINT8 PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
/external/libnfc-nci/src/include/
H A Dbt_types.h307 #define PIN_CODE_LEN 16 macro
308 typedef UINT8 PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_int.h273 UINT8 p_pin[PIN_CODE_LEN];
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c1004 if ( (pin_len > PIN_CODE_LEN) || (pin_len == 0) || (p_pin == NULL) )
1208 if (p_pin && (pin_len <= PIN_CODE_LEN) && (pin_len != 0))
1211 memcpy (btm_cb.pin_code, p_pin, PIN_CODE_LEN);
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c364 for (; i < PIN_CODE_LEN; i++)

Completed in 184 milliseconds