Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c952 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommClose() local
956 si < BTA_JV_MAX_RFC_SR_SESSION && bta_jv_cb.rfc_cb[hi].rfc_hdl[si] && in BTA_JvRfcommClose()
961 p_msg->p_pcb = &bta_jv_cb.port_cb[p_msg->p_cb->rfc_hdl[si] - 1]; in BTA_JvRfcommClose()
1059 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommRead() local
1063 si < BTA_JV_MAX_RFC_SR_SESSION && bta_jv_cb.rfc_cb[hi].rfc_hdl[si] && in BTA_JvRfcommRead()
1071 p_msg->p_pcb = &bta_jv_cb.port_cb[p_msg->p_cb->rfc_hdl[si] - 1]; in BTA_JvRfcommRead()
1092 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommGetPortHdl() local
1095 si < BTA_JV_MAX_RFC_SR_SESSION && bta_jv_cb.rfc_cb[hi].rfc_hdl[si]) { in BTA_JvRfcommGetPortHdl()
1096 return bta_jv_cb.port_cb[bta_jv_cb.rfc_cb[hi].rfc_hdl[si] - 1].port_handle; in BTA_JvRfcommGetPortHdl()
1119 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommReady() local
[all …]
Dbta_jv_act.c377 int si = BTA_JV_RFC_HDL_TO_SIDX(p_pcb->handle); in bta_jv_free_rfc_cb() local
378 if (0 <= si && si < BTA_JV_MAX_RFC_SR_SESSION) { in bta_jv_free_rfc_cb()
379 p_cb->rfc_hdl[si] = 0; in bta_jv_free_rfc_cb()
396 p_cb->curr_sess, listen, si); in bta_jv_free_rfc_cb()
399 0 <= si && in bta_jv_free_rfc_cb()
400 si < BTA_JV_MAX_RFC_SR_SESSION) { in bta_jv_free_rfc_cb()
403 …BTA_JV_DEF_RFC_MTU, (UINT8 *)bd_addr_any, &(p_cb->rfc_hdl[si]), bta_jv_port_mgmt_sr_cback) == PORT… in bta_jv_free_rfc_cb()
404 (p_cb->rfc_hdl[si] != 0)) { in bta_jv_free_rfc_cb()
406 p_pcb = &bta_jv_cb.port_cb[p_cb->rfc_hdl[si] - 1]; in bta_jv_free_rfc_cb()
408 p_pcb->port_handle = p_cb->rfc_hdl[si]; in bta_jv_free_rfc_cb()
[all …]
/hal_espressif-latest/tools/esptool_py/esptool/
Dcmds.py1316 si = esp.get_security_info()
1321 print("Flags: {:#010x} ({})".format(si["flags"], bin(si["flags"])))
1327 for key_num, purpose in enumerate(si["key_purposes"])
1332 if si["chip_id"] is not None and si["api_version"] is not None:
1333 print("Chip ID: {}".format(si["chip_id"]))
1334 print("API Version: {}".format(si["api_version"]))
1336 flags = si["flags"]
1362 flash_crypt_cnt = bin(si["flash_crypt_cnt"])