Searched refs:idle_tout (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c1144 ** idle_tout: timeout value in seconds.
1149 void GATT_SetIdleTimeout (BD_ADDR bd_addr, UINT16 idle_tout) argument
1158 status = L2CA_SetFixedChannelTout (bd_addr, L2CAP_ATT_CID, idle_tout);
1162 status = L2CA_SetIdleTimeout (p_tcb->att_lcid, idle_tout, FALSE);
1166 GATT_TRACE_API2 ("GATT_SetIdleTimeout idle_tout=%d status=%d(1-OK 0-not performed)",
1167 idle_tout, status);
/external/bluetooth/bluedroid/stack/include/
H A Davdt_api.h242 UINT8 idle_tout; /* AVDTP idle signaling channel timeout */ member in struct:__anon1071
H A Dgatt_api.h992 ** idle_tout: timeout value in seconds.
997 GATT_API extern void GATT_SetIdleTimeout (BD_ADDR bd_addr, UINT16 idle_tout);
H A Dl2c_api.h1030 L2C_API extern BOOLEAN L2CA_SetFixedChannelTout (BD_ADDR rem_bda, UINT16 fixed_cid, UINT16 idle_tout);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c1514 BOOLEAN L2CA_SetFixedChannelTout (BD_ADDR rem_bda, UINT16 fixed_cid, UINT16 idle_tout) argument
1527 p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->fixed_chnl_idle_tout = idle_tout;
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_ccb_act.c138 btu_start_timer(&p_ccb->timer_entry, BTU_TTYPE_AVDT_CCB_IDLE, avdt_cb.rcb.idle_tout);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_main.c507 reg.idle_tout = BTA_AV_IDLE_TOUT;

Completed in 155 milliseconds