/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattDebugUtils.java | 100 int shdl = getHandleExtra(intent, EXTRA_SHANDLE, 1); local 102 svc.gattTestCommand( 0x04, uuid, null, type, shdl, ehdl, 0,0);
|
/system/bt/bta/av/ |
bta_av_act.c | 75 tBTA_AV_RCB * bta_av_get_rcb_by_shdl(UINT8 shdl) 82 if (bta_av_cb.rcb[i].shdl == shdl && bta_av_cb.rcb[i].handle != BTA_AV_RC_HANDLE_NONE) 109 if (p_rcb->shdl) 112 if ((p_rcb->shdl - 1) < BTA_AV_NUM_STRS) 114 p_scb = bta_av_cb.p_scb[p_rcb->shdl - 1]; 118 APPL_TRACE_DEBUG("bta_av_del_rc shdl:%d, srch:%d rc_handle:%d", p_rcb->shdl, 136 p_rcb->shdl = 0; 163 if ((p_cb->disabling == TRUE) || (bta_av_cb.rcb[i].shdl != 0) 492 UINT8 shdl = 0; local 1090 UINT8 shdl = 0; local [all...] |
bta_av_int.h | 546 UINT8 shdl; /* stream handle (hdi + 1) */ member in struct:__anon73184 644 extern UINT8 bta_av_rc_create(tBTA_AV_CB *p_cb, UINT8 role, UINT8 shdl, UINT8 lidx); 689 extern tBTA_AV_RCB * bta_av_get_rcb_by_shdl(UINT8 shdl);
|