Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h197 #define BTM_BLE_AUTH_SIGN_LEN 12 /* BLE data signature length 8 Bytes + 4 b… macro
198 typedef UINT8 BLE_SIGNATURE[BTM_BLE_AUTH_SIGN_LEN]; /* Device address */
/system/bt/stack/gatt/
Dgatt_auth.c74 p_attr->len += BTM_BLE_AUTH_SIGN_LEN; in gatt_sign_data()