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

  /external/bluetooth/bluedroid/stack/include/
avdt_api.h 345 tAVDT_SECURITY security_cfm; member in union:__anon884
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 393 sec_len = (p_data->security_cfm.len < BTA_AV_SECURITY_MAX_LEN) ?
394 p_data->security_cfm.len : BTA_AV_SECURITY_MAX_LEN;
465 p_msg->msg.security_cfm.p_data = (UINT8 *) (p_msg + 1);
468 memcpy(p_msg->msg.security_cfm.p_data, p_data->security_cfm.p_data, sec_len);
    [all...]

Completed in 608 milliseconds