HomeSort by relevance Sort by last modified time
    Searched refs:BTM_BLE_AUTH_SIGN_LEN (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 149 #define BTM_BLE_AUTH_SIGN_LEN 12 /* BLE data signature length 8 Bytes + 4 bytes counter*/
150 typedef UINT8 BLE_SIGNATURE[BTM_BLE_AUTH_SIGN_LEN]; /* Device address */
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c 73 p_attr->len += BTM_BLE_AUTH_SIGN_LEN;

Completed in 59 milliseconds