Home
last modified time | relevance | path

Searched refs:AVDT_CMD_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/system/bt/include/
Dbt_target.h265 #ifndef AVDT_CMD_BUF_SIZE
266 #define AVDT_CMD_BUF_SIZE BT_SMALL_BUFFER_SIZE macro
/system/bt/stack/avdt/
Davdt_msg.c1248 p_buf = (BT_HDR *)osi_malloc(AVDT_CMD_BUF_SIZE); in avdt_msg_send()
1264 p_buf = (BT_HDR *)osi_malloc(AVDT_CMD_BUF_SIZE); in avdt_msg_send()
1495 BT_HDR *p_buf = (BT_HDR *)osi_malloc(AVDT_CMD_BUF_SIZE); in avdt_msg_send_cmd()
1556 BT_HDR *p_buf = (BT_HDR *)osi_malloc(AVDT_CMD_BUF_SIZE); in avdt_msg_send_rsp()
1597 BT_HDR *p_buf = (BT_HDR *)osi_malloc(AVDT_CMD_BUF_SIZE); in avdt_msg_send_rej()
1654 BT_HDR *p_buf = (BT_HDR *)osi_malloc(AVDT_CMD_BUF_SIZE); in avdt_msg_send_grej()
Davdt_ccb_act.c812 BT_HDR *p_msg = (BT_HDR *)osi_malloc(AVDT_CMD_BUF_SIZE); in avdt_ccb_ret_cmd()
852 p_ccb->p_curr_cmd = (BT_HDR *)osi_malloc(AVDT_CMD_BUF_SIZE); in avdt_ccb_snd_cmd()