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:__anon5939
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 444 sec_len = (p_data->security_cfm.len < BTA_AV_SECURITY_MAX_LEN) ?
445 p_data->security_cfm.len : BTA_AV_SECURITY_MAX_LEN;
516 p_msg->msg.security_cfm.p_data = (UINT8 *) (p_msg + 1);
519 memcpy(p_msg->msg.security_cfm.p_data, p_data->security_cfm.p_data, sec_len);
    [all...]

Completed in 54 milliseconds