Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/av/
H A Dbta_av_act.cc78 if (bta_av_cb.rcb[i].shdl == shdl && in bta_av_get_rcb_by_shdl()
103 if (p_rcb->shdl) { in bta_av_del_rc()
128 p_rcb->shdl = 0; in bta_av_del_rc()
317 if (!shdl) { in bta_av_rc_create()
320 __func__, shdl, shdl - 1); in bta_av_rc_create()
356 p_rcb->shdl = shdl; in bta_av_rc_create()
484 uint8_t shdl = 0; in bta_av_rc_opened() local
497 shdl = i + 1; in bta_av_rc_opened()
525 p_rcb->shdl = p_cb->rcb[i].shdl; in bta_av_rc_opened()
536 p_cb->rcb[i].shdl = shdl; in bta_av_rc_opened()
[all …]
H A Dbta_av_int.h594 uint8_t shdl; /* stream handle (hdi + 1) */ member
699 extern uint8_t bta_av_rc_create(tBTA_AV_CB* p_cb, uint8_t role, uint8_t shdl,
747 extern tBTA_AV_RCB* bta_av_get_rcb_by_shdl(uint8_t shdl);
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattDebugUtils.java102 int shdl = getHandleExtra(intent, EXTRA_SHANDLE, 1); in handleDebugAction() local
104 svc.gattTestCommand(0x04, uuid, null, type, shdl, ehdl, 0, 0); in handleDebugAction()