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_types.h194 #define BTM_BLE_AUTH_SIGN_LEN \ macro
196 typedef uint8_t BLE_SIGNATURE[BTM_BLE_AUTH_SIGN_LEN]; /* Device address */
/system/bt/stack/gatt/
Dgatt_auth.cc74 p_attr->len += BTM_BLE_AUTH_SIGN_LEN; in gatt_sign_data()